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 = 4Failure of a child test
Parent = 3Failure of a parent test
SetUp = 1Failure in the SetUp method
TearDown = 2Failure in the TearDown method
Test = 0Failure in the test itself