Determines the outcome of data-driven test when an error occured while opening or reading the external data file or resource.

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

Syntax

C#
public enum OutcomeOnFileError
Visual Basic (Declaration)
Public Enumeration OutcomeOnFileError

Members

Member nameDescription
Skipped
The test is skipped on file error.
Inconclusive
The test is inconclusive on file error.
Failed
The test failed on file error.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also