|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.api.tasks.testing.AbstractTestFramework
org.gradle.external.junit.JUnitTestFramework
class JUnitTestFramework extends AbstractTestFramework
Field Summary |
---|
Fields inherited from class AbstractTestFramework | |
---|---|
name |
Constructor Summary | |
JUnitTestFramework()
|
Method Summary | |
---|---|
void
|
execute(Project project, Test testTask, Collection includes, Collection excludes)
|
AntJUnitExecute
|
getAntJUnitExecute()
|
AntJUnitReport
|
getAntJUnitReport()
|
JUnitOptions
|
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)
|
void
|
setAntJUnitExecute(AntJUnitExecute antJUnitExecute)
|
void
|
setAntJUnitReport(AntJUnitReport antJUnitReport)
|
void
|
setOptions(JUnitOptions options)
|
Methods inherited from class AbstractTestFramework | |
---|---|
getName |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public JUnitTestFramework()
Method Detail |
---|
public void execute(Project project, Test testTask, Collection includes, Collection excludes)
public AntJUnitExecute getAntJUnitExecute()
public AntJUnitReport getAntJUnitReport()
public JUnitOptions 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)
public void setAntJUnitExecute(AntJUnitExecute antJUnitExecute)
public void setAntJUnitReport(AntJUnitReport antJUnitReport)
public void setOptions(JUnitOptions options)
Groovy Documentation