|
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.testng.TestNGTestFramework
class TestNGTestFramework extends AbstractTestFramework
Field Summary |
---|
Fields inherited from class AbstractTestFramework | |
---|---|
name |
Constructor Summary | |
TestNGTestFramework()
|
Method Summary | |
---|---|
void
|
execute(Project project, Test testTask, Collection includes, Collection excludes)
|
AntTestNGExecute
|
getAntTestNGExecute()
|
TestNGOptions
|
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
|
setAntTestNGExecute(AntTestNGExecute antTestNGExecute)
|
void
|
setOptions(TestNGOptions 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 TestNGTestFramework()
Method Detail |
---|
public void execute(Project project, Test testTask, Collection includes, Collection excludes)
public AntTestNGExecute getAntTestNGExecute()
public TestNGOptions 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 setAntTestNGExecute(AntTestNGExecute antTestNGExecute)
public void setOptions(TestNGOptions options)
Groovy Documentation