Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Namespace:   Microsoft.VisualStudio.TestTools.UnitTesting
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticInconclusive()

Indicates that the assertion cannot be verified.

System_CAPS_pubmethodSystem_CAPS_staticInconclusive(String^)

Indicates that the assertion can not be verified. Displays a message.

System_CAPS_pubmethodSystem_CAPS_staticInconclusive(String^, array<Object^>^)

Indicates that an assertion can not be verified. Displays a message, and applies the specified formatting to it.

Return to top
Show: