TestFailure
data class TestFailure<T>(val testCase: TestCase<T>, val cause: Throwable, val duration: Duration) : TestExecutionResult<T>
Represents a failed test execution with the cause of failure.
Represents a failed test execution with the cause of failure.