Package org.gradle.api.tasks.testing
package org.gradle.api.tasks.testing
The unit testing
Task
implementations.-
ClassDescriptionAbstract class for all test tasks.A container for the inputs of an aggregated test report.Reports test events, and child test event reporters.The JUnit XML files, commonly used to communicate results to CI servers.Executes JUnit (3.8.x, 4.x or 5.x) or TestNG tests.Describes a test.Reports test events.A service that provides access to the test event reporting API.A
TestExecutionException
is thrown when no tests can be found that match the specified test filters.Describes a test failure.Contains serializable structural information about a test failure.Allows filtering tests for execution.The base class for any test framework specific options.Interface for listening to test execution.Standard output or standard error message logged during the execution of the testDestination of the messageListens to the output events like printing to standard output or errorGenerates an HTML test report from the results of one or moreTest
tasks.Describes a test result.The final status of a test.The reports produced by theTest
task.