Class | Description | |
---|---|---|
![]() | ActionAssertions | Contains a number of methods to assert that an System.Action yields the expected result. |
![]() | AsyncFunctionAssertions<TTask,TAssertions> | Contains a number of methods to assert that an asynchronous method yields the expected result. |
![]() | DelegateAssertions<TDelegate,TAssertions> | Contains a number of methods to assert that a synchronous method yields the expected result. |
![]() | DelegateAssertionsBase<TDelegate,TAssertions> | Contains a number of methods to assert that a method yields the expected result. |
![]() | ExceptionAssertions<TException> | Contains a number of methods to assert that an System.Exception is in the correct state. |
![]() | ExecutionTime | |
![]() | ExecutionTimeAssertions | Provides methods for asserting that the execution time of an System.Action satisfies certain conditions. |
![]() | FunctionAssertions<T> | Contains a number of methods to assert that a synchronous function yields the expected result. |
![]() | GenericAsyncFunctionAssertions<TResult> | Contains a number of methods to assert that an asynchronous method yields the expected result. |
![]() | MemberExecutionTime<T> | |
![]() | NonGenericAsyncFunctionAssertions | Contains a number of methods to assert that an asynchronous method yields the expected result. |
![]() | TaskCompletionSourceAssertions | |
![]() | TaskCompletionSourceAssertions<T> | |
![]() | TaskCompletionSourceAssertionsBase | Implements base functionality for assertions on TaskCompletionSource. |