Package org.gradle.tooling.events.test
Test execution specific interfaces and classes related to event notifications.
-
Interface Summary Interface Description JvmTestOperationDescriptor Describes a test that runs on the JVM and for which an event has occurred.TestFailureResult Describes how a test operation finished with failures.TestFinishEvent An event that informs about a test having finished its execution.TestOperationDescriptor Describes a test operation for which an event has occurred.TestOperationResult Describes the result of running a test operation.TestOutputDescriptor Describes a test output operation.TestOutputEvent An event that informs about a test printing text to the standard output or to the standard error.TestProgressEvent Root interface for all events that signal progress while executing a test or test suite.TestSkippedResult Describes how a test operation was skipped.TestStartEvent An event that informs about a test having started its execution.TestSuccessResult Describes how a test operation finished successfully. -
Enum Summary Enum Description Destination Enumerates possible output streams forTestOutputEvent
.JvmTestKind Enumerates the different kinds of JVM tests.