| Package | Description |
|---|---|
| org.gradle.api.internal.tasks.testing.logging | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTestLogging
by Szczepan Faber, created at: 10/31/11
|
| Modifier and Type | Method and Description |
|---|---|
TestLogging |
DefaultTestLogging.setShowStandardStreams(boolean standardStreams) |
| Constructor and Description |
|---|
StandardStreamsLogger(org.slf4j.Logger logger,
TestLogging logging) |
| Modifier and Type | Method and Description |
|---|---|
TestLogging |
Test.getTestLogging()
Allows configuring the logging of the test execution, for example log eagerly the standard output, etc.
|
TestLogging |
TestLogging.setShowStandardStreams(boolean standardStreams)
Whether to show eagerly the standard stream events.
|
Copyright © 2013. All rights reserved