public class JUnitDetector extends AbstractTestFrameworkDetector<org.gradle.api.internal.tasks.testing.junit.JUnitTestClassDetecter>
GROOVY_TEST_CASE, TEST_CASE| Constructor and Description |
|---|
JUnitDetector(File testClassesDirectory,
FileCollection testClasspath,
ClassFileExtractionManager classFileExtractionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected org.gradle.api.internal.tasks.testing.junit.JUnitTestClassDetecter |
createClassVisitor() |
protected boolean |
processTestClass(File testClassFile,
boolean superClass) |
addKnownTestCaseClassNames, classVisitor, getSuperTestClassFile, isKnownTestCaseClassName, processSuperClass, processTestClass, publishTestClass, startDetectionpublic JUnitDetector(File testClassesDirectory, FileCollection testClasspath, ClassFileExtractionManager classFileExtractionManager)
protected org.gradle.api.internal.tasks.testing.junit.JUnitTestClassDetecter createClassVisitor()
createClassVisitor in class AbstractTestFrameworkDetector<org.gradle.api.internal.tasks.testing.junit.JUnitTestClassDetecter>protected boolean processTestClass(File testClassFile, boolean superClass)
processTestClass in class AbstractTestFrameworkDetector<org.gradle.api.internal.tasks.testing.junit.JUnitTestClassDetecter>Copyright © 2013. All rights reserved