SmartTestRunTest Method |
Name | Description | |
---|---|---|
RunTest(Case, Act, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTestT(Case, ActT, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTest(Case, ExpressionActionActContext, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTest(Case, ExpressionAction, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTestT(Case, ExpressionFuncT, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTestT(Case, ExpressionFuncActContext, T, Assertion) |
Executes the Act part of the test, and its related Smart Assertions, that involves implicit declarations for
Assertions.
| |
RunTestT(Criteria, ActT, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTest(Criteria, ExpressionActionActContext, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTest(Criteria, ExpressionAction, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTestT(Criteria, ExpressionFuncT, Assertion) |
Executes the Act part of the test and its related Smart Assertions.
| |
RunTestT(Criteria, ExpressionFuncActContext, T, Assertion) |
Executes the Act part of the test, and its related Smart Assertions, that involves implicit declarations for
Assertions.
|