Table of Contents

Enum FailureSite

Namespace
NUnit.Framework.Interfaces
Assembly
nunit.framework.dll

The FailureSite enum indicates the stage of a test in which an error or failure occured.

public enum FailureSite

Fields

Child = 4

Failure of a child test

Parent = 3

Failure of a parent test

SetUp = 1

Failure in the SetUp method

TearDown = 2

Failure in the TearDown method

Test = 0

Failure in the test itself