| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing | |
| org.gradle.api.internal.tasks.testing.junit | |
| org.gradle.api.internal.tasks.testing.logging | |
| org.gradle.api.internal.tasks.testing.processors | |
| org.gradle.api.internal.tasks.testing.results | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTestOutputEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultProcessor.output(Object testId,
TestOutputEvent event)
Notifies this processor that a test has produced some output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestClassExecutionEventGenerator.output(Object testId,
TestOutputEvent event) |
void |
JUnitXmlReportGenerator.output(TestDescriptor test,
TestOutputEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardStreamsLogger.onOutput(TestDescriptor testDescriptor,
TestOutputEvent outputEvent) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptureTestOutputTestResultProcessor.output(Object testId,
TestOutputEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateTrackingTestResultProcessor.output(Object testId,
TestOutputEvent event) |
void |
LoggingResultProcessor.output(Object testId,
TestOutputEvent event) |
void |
AttachParentTestResultProcessor.output(Object testId,
TestOutputEvent event) |
void |
TestListenerAdapter.output(TestDescriptor test,
TestOutputEvent event) |
protected void |
StateTrackingTestResultProcessor.output(TestDescriptor descriptor,
TestOutputEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestOutputListener.onOutput(TestDescriptor testDescriptor,
TestOutputEvent outputEvent)
Fired when during test execution anything is printed to standard output or error
|
Copyright © 2013. All rights reserved