SmartTest Methods |
The SmartTest type exposes the following members.
Name | Description | |
---|---|---|
AssignT |
Creates an AssignActT, i.e. represents an Assignment of a
property
for the Act part of the test.
| |
Case(Criteria) | ||
Case(String, Criteria) | ||
CaseT(ExpressionFuncT, Object, Criteria) | ||
CaseTParam, T(ExpressionFuncTParam, EnumTypeHelperPlaceHolderT, T, T) |
Creates an instance of Case class for a specific parameter path.
| |
CaseTParam, T(ExpressionFuncTParam, INumericTypeT, T, T) |
Creates an instance of Case class for a specific parameter path.
| |
ErrorCaseTParam, T(ExpressionFuncTParam, EnumTypeHelperPlaceHolderT, T) |
Creates an instance of Case class for a specific parameter path to manage errors.
| |
ErrorCaseTParam, T(ExpressionFuncTParam, INumericTypeT, T) |
Creates an instance of Case class for a specific parameter path.
| |
RunTest(Case, Act, 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.
| |
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(Case, ActT, 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.
| |
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.
| |
ToString |
Convert a value as a string
|