| public type | description |
|---|---|
| class Assertable<T> | Allows making assertions about a particular value of type T. |
| static class AssertEx | Helper for writing assertions using expression trees. |
| class WaitUntilAssertable<T> | Waits for a value which pases provided assertions. |
| public type | description |
|---|---|
| class AssertionFailedException | Represents the default exception in case no test framework is configured. |