| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing.logging | |
| org.gradle.api.internal.tasks.testing.results | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardStreamsLogger
Test output listener that logs extra stuff based on the logging configuration
|
| Constructor and Description |
|---|
TestListenerAdapter(TestListener testListener,
TestOutputListener testOutputListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
Test.addTestOutputListener(TestOutputListener listener)
Registers a output listener with this task.
|
void |
Test.removeTestOutputListener(TestOutputListener listener)
Unregisters a test output listener with this task.
|
Copyright © 2013. All rights reserved