Package org.gradle.api.tasks.testing
The unit testing
Task
implementations.-
Interface Summary Interface Description AggregateTestReport A container for the inputs of an aggregated test report.JUnitXmlReport The JUnit XML files, commonly used to communicate results to CI servers.TestDescriptor Describes a test.TestFailureDetails Contains serializable structural information about a test failure.TestFilter Allows filtering tests for execution.TestListener Interface for listening to test execution.TestOutputEvent Standard output or standard error message logged during the execution of the testTestOutputListener Listens to the output events like printing to standard output or errorTestResult Describes a test result.TestTaskReports The reports produced by theTest
task. -
Class Summary Class Description AbstractTestTask Abstract class for all test tasks.Test Executes JUnit (3.8.x, 4.x or 5.x) or TestNG tests.TestFailure Describes a test failure.TestFrameworkOptions The base class for any test framework specific options.TestReport Generates an HTML test report from the results of one or moreTest
tasks. -
Enum Summary Enum Description TestOutputEvent.Destination Destination of the messageTestResult.ResultType The final status of a test. -
Exception Summary Exception Description TestExecutionException ATestExecutionException
is thrown when no tests can be found that match the specified test filters.