Assert.Inconclusive Method (Microsoft.VisualStudio.TestTools.UnitTesting)

Switch View :
ScriptFree
Team Test API
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.

Overload List

Name Description
Assert.Inconclusive () Indicates that the assertion cannot be verified.
Assert.Inconclusive (String) Indicates that the assertion can not be verified. Displays a message.
Assert.Inconclusive (String, Object[]) Indicates that an assertion can not be verified. Displays a message, and applies the specified formatting to it.
See Also