|
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.junit.JUnitDetector
class JUnitDetector extends AbstractTestFrameworkDetector
| Field Summary |
|---|
| Fields inherited from class AbstractTestFrameworkDetector | |
|---|---|
| extractedJarClasses, packageJarFilesMappings, testClassDirectories, testClassNames |
| Constructor Summary | |
JUnitDetector(java.io.File testClassesDirectory, List testClasspath)
|
|
| Method Summary | |
|---|---|
protected JUnitTestClassDetecter
|
createClassVisitor()
|
boolean
|
processPossibleTestClass(java.io.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 JUnitDetector(java.io.File testClassesDirectory, List testClasspath)
| Method Detail |
|---|
protected JUnitTestClassDetecter createClassVisitor()
public boolean processPossibleTestClass(java.io.File testClassFile)
Groovy Documentation