assertion property

List<TestPlanAssertion>? assertion
inherited

assertion The test assertions - the expectations of test results from the execution of the test case.

Implementation

List<TestPlanAssertion>? get assertion => throw _privateConstructorUsedError;