Terminates the test and reports an inconclusive test outcome.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static void Inconclusive()
Visual Basic (Declaration)
Public Shared Sub Inconclusive

Remarks

The test is terminated with an inconclusive test outcome by throwing a TestInconclusiveException. If other code in the test case catches this exception and does not rethrow it then the test might not terminate correctly.

Exceptions

ExceptionCondition
Gallio.Framework..::.TestInconclusiveExceptionThrown always.

See Also