Groovy Documentation

org.gradle.external.testng
Class TestNGTestFramework

java.lang.Object
  org.gradle.api.tasks.testing.AbstractTestFramework
      org.gradle.external.testng.TestNGTestFramework

class TestNGTestFramework
extends AbstractTestFramework

author:
Tom Eyckmans


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

TestNGTestFramework

public TestNGTestFramework()


 
Method Detail

execute

public void execute(Project project, Test testTask, Collection includes, Collection excludes)


getAntTestNGExecute

public AntTestNGExecute getAntTestNGExecute()


getOptions

public TestNGOptions getOptions()


getTestClassNames

public Set getTestClassNames()


initialize

public void initialize(Project project, Test testTask)


isTestClass

public boolean isTestClass(File testClassFile)


prepare

public void prepare(Project project, Test testTask)


report

public void report(Project project, Test testTask)


setAntTestNGExecute

public void setAntTestNGExecute(AntTestNGExecute antTestNGExecute)


setOptions

public void setOptions(TestNGOptions options)


 

Groovy Documentation