|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.testing.execution.AbstractTestFrameworkDetector
org.gradle.external.testng.TestNGDetector
class TestNGDetector extends AbstractTestFrameworkDetector
| 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 |
|---|
public TestNGDetector(File testClassesDirectory, List testClasspath)
| Method Detail |
|---|
protected TestNGTestClassDetecter createClassVisitor()
public boolean processPossibleTestClass(File testClassFile)
Groovy Documentation