Returns true if the test represents an individual test case.

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

Syntax

C#
protected override bool IsTestCase { get; }
Visual Basic (Declaration)
Protected Overrides ReadOnly Property IsTestCase As Boolean

Remarks

A test suite will return true. A test case will return false. Custom tests may return an appropriate result.

Subclasses must override this behavior.

See Also