Gets the test kind.

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

Syntax

C#
protected override string Kind { get; }
Visual Basic (Declaration)
Protected Overrides ReadOnly Property Kind As String

Remarks

A test suite will return Suite. A test case will return Test. Custom tests may return other kinds.

Subclasses must override this behavior.

See Also