Gets the test kind.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected abstract string Kind { get; } |
| Visual Basic (Declaration) |
|---|
Protected MustOverride 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.
