| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing.junit.report |
| Modifier and Type | Method and Description |
|---|---|
TestResult |
ClassTestResults.addTest(String testName,
long duration) |
TestResult |
PackageTestResults.addTest(String className,
String testName,
long duration) |
TestResult |
AllTestResults.addTest(String className,
String testName,
long duration) |
protected TestResult |
CompositeTestResults.addTest(TestResult test) |
| Modifier and Type | Method and Description |
|---|---|
Set<TestResult> |
CompositeTestResults.getFailures() |
Collection<TestResult> |
ClassTestResults.getTestResults() |
| Modifier and Type | Method and Description |
|---|---|
protected TestResult |
CompositeTestResults.addTest(TestResult test) |
int |
TestResult.compareTo(TestResult testResult) |
protected void |
CompositeTestResults.failed(TestResult failedTest) |
Copyright © 2013. All rights reserved