Groovy Documentation

org.gradle.api.testing
Interface TestFrameworkDetector


interface TestFrameworkDetector

author:
Tom Eyckmans


Method Summary
Set getTestClassNames()

File getTestClassesDirectory()

boolean processPossibleTestClass(File testClassFile)

 

Method Detail

getTestClassNames

public Set getTestClassNames()


getTestClassesDirectory

public File getTestClassesDirectory()


processPossibleTestClass

public boolean processPossibleTestClass(File testClassFile)


 

Groovy Documentation