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
Public methodStatic member Inconclusive() Indicates that the assertion cannot be verified.
Public methodStatic member Inconclusive(String) Indicates that the assertion can not be verified. Displays a message.
Public methodStatic member Inconclusive(String, array<Object[]) Indicates that an assertion can not be verified. Displays a message, and applies the specified formatting to it.

Top

See Also

Reference

Assert Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace