Assert.Inconclusive Method
Indicates that an assertion cannot be proven true or false. Also used to indicate an assertion that has not yet been implemented.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Inconclusive() | Indicates that the assertion cannot be verified. |
|
Inconclusive(String) | Indicates that the assertion cannot be verified. Displays a message. |
|
Inconclusive(String, Object[]) | Indicates that an assertion cannot be verified. Displays a message, and applies the specified formatting to it. |