Assert.Fail Method
Include Protected Members
Include Inherited Members
Fails an assertion without checking any conditions.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Fail() | Fails the assertion without checking any conditions. | |
Fail(String) | Fails the assertion without checking any conditions. Displays a message. | |
Fail(String, array<Object[]) | Fails the assertion without checking any conditions. Displays a message, and applies the specified formatting to it. |
Top