AssertionFailedException Constructor |
Name | Description | |
---|---|---|
AssertionFailedException() |
Initializes a new AssertionFailedException with the default error message.
| |
AssertionFailedException(String) |
Initializes a new AssertionFailedException and specifies the error message.
| |
AssertionFailedException(String, Exception) |
Initializes a new AssertionFailedException and specifies the error message and the inner Exception.
|