| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Method and Description |
|---|---|
TestOutputEvent.Destination |
DefaultTestOutputEvent.getDestination() |
| Constructor and Description |
|---|
DefaultTestOutputEvent(TestOutputEvent.Destination destination,
String message) |
| Modifier and Type | Method and Description |
|---|---|
TestOutputEvent.Destination |
TestOutputEvent.getDestination()
Destination of the message
|
static TestOutputEvent.Destination |
TestOutputEvent.Destination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestOutputEvent.Destination[] |
TestOutputEvent.Destination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013. All rights reserved