This topic has not yet been rated - Rate this topic

Assert.Inconclusive Method ()

Indicates that the assertion cannot be verified.

Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in microsoft.visualstudio.qualitytools.unittestframework.dll)

public static void Inconclusive ()
public static void Inconclusive ()
public static function Inconclusive ()
Exception type Condition

AssertInconclusiveException

Always thrown.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ