TestExecutionResult

sealed interface TestExecutionResult<T>

The result of a test execution. Can be TestFailure or TestSuccess.

Report a problem

Inheritors

Properties

Link copied to clipboard
abstract val duration: Duration

The duration of the test execution.

Link copied to clipboard
abstract val testCase: TestCase<T>

The test case associated with this execution.