Assert.Inconclusive Method (String, Object[])
Indicates that an assertion can not be verified. Displays a message, and applies the specified formatting to it.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)
Similar to Fail in that it indicates an assertion is inconclusive without checking any conditions.
The code generated by Visual Studio when creating unit tests includes an Inconclusive statement as a placeholder.