Package org.gradle.api.tasks.testing

The unit testing Task implementations.

See:
          Description

Interface Summary
TestDescriptor Describes a test.
TestListener Interface for listening to test execution.
TestLogging Deprecated. use TestLogging instead
TestOutputEvent Standard output or standard error message logged during the execution of the test
TestOutputListener Listens to the output events like printing to standard output or error
TestResult Describes a test result.
 

Class Summary
Test Executes JUnit (3.8.x or 4.x) or TestNG tests.
TestFrameworkOptions The base class for any test framework specific options.
TestReport Generates an HTML test report from the results of one or more Test tasks.
 

Enum Summary
TestOutputEvent.Destination Destination of the message
TestResult.ResultType The final status of a test.
 

Package org.gradle.api.tasks.testing Description

The unit testing Task implementations.