TestAssumptionFailureEvent


class TestAssumptionFailureEvent : TestFailureEvent


Denotes that the test ended with a TEST_ASSUMPTION_FAILURE. It has the FailureInfo object to denote what was the cause of the failure/error.

Summary

Public constructors

Creates a TestAssumptionFailureEvent from TestCaseInfo and FailureInfo.

Public constructors

TestAssumptionFailureEvent

TestAssumptionFailureEvent(testCase: TestCaseInfo, failure: FailureInfo)

Creates a TestAssumptionFailureEvent from TestCaseInfo and FailureInfo.

Parameters
testCase: TestCaseInfo

the test case that this event is for.

failure: FailureInfo

the failure associated with the test case.