| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing | |
| org.gradle.api.internal.tasks.testing.detection | |
| org.gradle.api.internal.tasks.testing.junit |
| Modifier and Type | Method and Description |
|---|---|
TestFrameworkDetector |
TestFramework.getDetector()
Returns a detector which is used to determine which of the candidate class files correspond to test classes to be
executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestFrameworkDetector<T extends TestClassVisitor> |
| Modifier and Type | Field and Description |
|---|---|
protected TestFrameworkDetector |
TestClassVisitor.detector |
| Constructor and Description |
|---|
DefaultTestClassScanner(FileTree candidateClassFiles,
TestFrameworkDetector testFrameworkDetector,
TestClassProcessor testClassProcessor) |
TestClassVisitor(TestFrameworkDetector detector) |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitDetector |
Copyright © 2013. All rights reserved