Enum ErrorMessageType
- Namespace
- Xunit.Runners
- Assembly
- xunit.v3.runner.utility.netfx.dll
An enumeration which indicates the type of error message (for OnErrorMessage).
public enum ErrorMessageType
Fields
CatastrophicError = 1An unhandled exception occurred that disrupted the execution engine
TestAssemblyCleanupFailure = 10An unhandled exception happened while cleaning up from the test assembly
TestCaseCleanupFailure = 50An unhandled exception happened while cleaning up from the test case
TestClassCleanupFailure = 30An unhandled exception happened while cleaning up from the test class
TestCleanupFailure = 60An unhandled exception happened while cleaning up from the test
TestCollectionCleanupFailure = 20An unhandled exception happened while cleaning up from the test collection
TestMethodCleanupFailure = 40An unhandled exception happened while cleaning up from the test method