Gets or sets the description metadata of the test, or null if none.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public string Description { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Description As String |
Remarks
This is a convenience method that accesses the Description element of the test case's Metadata.
