SmartTests Namespace |
Class | Description | |
---|---|---|
Act |
The base class of all Act classes that are not expressions (such as invoking a void method).
| |
ActT |
The base class of all Act classes that are expressions.
| |
ActBase |
The base class of all Act classes.
| |
ActContext |
Context of the Act part of your test.
| |
Assertion |
Base class of all Smart Assertions
| |
BadTestException |
The exception that is thrown when an error occurs in the RunTest Overload methods.
| |
Case |
A combination of Criteria expression for a parameter of the tested member.
| |
Criteria |
An expression of Criterion to specify the goal of your test.
| |
ErrorAttribute |
Indicates that a criterion is for testing an error.
| |
SmartAssertPlaceHolder |
The place holder of any Smart Assertion extension method.
| |
SmartTest |
This is the main class for SmartTests.
| |
SmartTestException |
The exception that is thrown when an error occurs in the RunTest Overload methods.
|