Gets or sets the outcome of the test when an error occured
while opening or reading the data file or the resource.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public OutcomeOnFileError OutcomeOnFileError { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property OutcomeOnFileError As OutcomeOnFileError |
Remarks
The default outcome is Failed.
