Assert.Inconclusive Method
Include Protected Members
Include Inherited Members
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.
Overload List
Name | Description | |
---|---|---|
Inconclusive() | Indicates that the assertion cannot be verified. | |
Inconclusive(String) | Indicates that the assertion can not be verified. Displays a message. | |
Inconclusive(String, array<Object[]) | Indicates that an assertion can not be verified. Displays a message, and applies the specified formatting to it. |
Top