| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing | |
| org.gradle.api.internal.tasks.testing.junit.report | |
| org.gradle.api.internal.tasks.testing.results | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
TestResult.ResultType |
TestCompleteEvent.getResultType() |
| Constructor and Description |
|---|
TestCompleteEvent(long endTime,
TestResult.ResultType resultType) |
| Modifier and Type | Method and Description |
|---|---|
abstract TestResult.ResultType |
TestResultModel.getResultType() |
TestResult.ResultType |
TestResult.getResultType() |
TestResult.ResultType |
CompositeTestResults.getResultType() |
| Modifier and Type | Field and Description |
|---|---|
TestResult.ResultType |
TestState.resultType |
| Modifier and Type | Method and Description |
|---|---|
TestResult.ResultType |
DefaultTestResult.getResultType() |
| Modifier and Type | Method and Description |
|---|---|
TestResult.ResultType |
TestResult.getResultType()
Returns the type of result.
|
static TestResult.ResultType |
TestResult.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestResult.ResultType[] |
TestResult.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All rights reserved