ThrowAssertions.Throw Method |
Name | Description | |
---|---|---|
Throw<T>(SmartAssertPlaceHolder, Action<T>) |
Creates an Assertion that ensure the provided exception type is thrown.
| |
Throw<T>(SmartAssertPlaceHolder, String, Action<T>) |
Creates an Assertion that ensure the provided exception type is thrown for the
parameterName parameter.
| |
Throw<T>(SmartAssertPlaceHolder, String, String, Action<T>) |
Creates an Assertion that ensure the provided exception type is thrown for the
parameterName parameter.
|