| 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.results | |
| org.gradle.api.tasks.testing |
The unit testing
Task implementations. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestDescriptorInternal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestDescriptor |
class |
DecoratingTestDescriptor |
class |
DefaultTestClassDescriptor |
class |
DefaultTestDescriptor |
class |
DefaultTestMethodDescriptor |
class |
DefaultTestSuiteDescriptor |
| Modifier and Type | Method and Description |
|---|---|
TestDescriptor |
DecoratingTestDescriptor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitXmlReportGenerator.output(TestDescriptor test,
TestOutputEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardStreamsLogger.onOutput(TestDescriptor testDescriptor,
TestOutputEvent outputEvent) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnknownTestDescriptor
by Szczepan Faber, created at: 1/8/12
|
| Modifier and Type | Method and Description |
|---|---|
TestDescriptor |
UnknownTestDescriptor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSummaryListener.afterSuite(TestDescriptor suite,
TestResult result) |
void |
TestLogger.afterSuite(TestDescriptor suite,
TestResult result) |
void |
TestSummaryListener.afterTest(TestDescriptor testDescriptor,
TestResult result) |
void |
TestLogger.afterTest(TestDescriptor testDescriptor,
TestResult result) |
void |
TestSummaryListener.beforeSuite(TestDescriptor suite) |
void |
TestLogger.beforeSuite(TestDescriptor suite) |
void |
TestSummaryListener.beforeTest(TestDescriptor testDescriptor) |
void |
TestLogger.beforeTest(TestDescriptor testDescriptor) |
void |
TestListenerAdapter.output(TestDescriptor test,
TestOutputEvent event) |
protected void |
StateTrackingTestResultProcessor.output(TestDescriptor descriptor,
TestOutputEvent event) |
| Modifier and Type | Method and Description |
|---|---|
TestDescriptor |
TestDescriptor.getParent()
Returns the parent of this test, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestListener.afterSuite(TestDescriptor suite,
TestResult result)
Called after a test suite is finished.
|
void |
TestListener.afterTest(TestDescriptor testDescriptor,
TestResult result)
Called after a test is finished.
|
void |
TestListener.beforeSuite(TestDescriptor suite)
Called before a test suite is started.
|
void |
TestListener.beforeTest(TestDescriptor testDescriptor)
Called before a test is started.
|
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