Groovy Documentation

org.gradle.external.testng
Class TestNGDetector

java.lang.Object
  org.gradle.api.testing.execution.AbstractTestFrameworkDetector
      org.gradle.external.testng.TestNGDetector

class TestNGDetector
extends AbstractTestFrameworkDetector

author:
Tom Eyckmans


Field Summary
 
Fields inherited from class AbstractTestFrameworkDetector
extractedJarClasses, packageJarFilesMappings, testClassDirectories, testClassNames
 
Constructor Summary
TestNGDetector(File testClassesDirectory, List testClasspath)

 
Method Summary
protected TestNGTestClassDetecter createClassVisitor()

boolean processPossibleTestClass(File testClassFile)

 
Methods inherited from class AbstractTestFrameworkDetector
createClassVisitor, getSuperTestClassFile, getTestClassNames, getTestClassesDirectory
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

TestNGDetector

public TestNGDetector(File testClassesDirectory, List testClasspath)


 
Method Detail

createClassVisitor

protected TestNGTestClassDetecter createClassVisitor()


processPossibleTestClass

public boolean processPossibleTestClass(File testClassFile)


 

Groovy Documentation