Table of Contents

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 = 1

An unhandled exception occurred that disrupted the execution engine

TestAssemblyCleanupFailure = 10

An unhandled exception happened while cleaning up from the test assembly

TestCaseCleanupFailure = 50

An unhandled exception happened while cleaning up from the test case

TestClassCleanupFailure = 30

An unhandled exception happened while cleaning up from the test class

TestCleanupFailure = 60

An unhandled exception happened while cleaning up from the test

TestCollectionCleanupFailure = 20

An unhandled exception happened while cleaning up from the test collection

TestMethodCleanupFailure = 40

An unhandled exception happened while cleaning up from the test method