Constructors
Methods
- Exception(Action) static Records any exception which is thrown by the given code.
- Exception(Func<Object>) static Records any exception which is thrown by the given code that has a return value. Generally used for testing property accessors.
- Exception(Func<Task>) static
-
Exception
Async(Func<Task>) static Records any exception which is thrown by the given task.