|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface TestFramework
Method Summary | |
---|---|
void
|
execute(Project project, Test testTask, Collection includes, Collection excludes)
|
AbstractTestFrameworkOptions
|
getOptions()
|
Set
|
getTestClassNames()
|
void
|
initialize(Project project, Test testTask)
|
boolean
|
isTestClass(File testClassFile)
|
void
|
prepare(Project project, Test testTask)
|
void
|
report(Project project, Test testTask)
|
Method Detail |
---|
public void execute(Project project, Test testTask, Collection includes, Collection excludes)
public AbstractTestFrameworkOptions getOptions()
public Set getTestClassNames()
public void initialize(Project project, Test testTask)
public boolean isTestClass(File testClassFile)
public void prepare(Project project, Test testTask)
public void report(Project project, Test testTask)
Groovy Documentation