Enum FailureSite
The FailureSite enum indicates the stage of a test in which an error or failure occurred.
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public enum FailureSite
Fields
| Name | Description |
|---|---|
| Child | Failure of a child test |
| Parent | Failure of a parent test |
| SetUp | Failure in the SetUp method |
| TearDown | Failure in the TearDown method |
| Test | Failure in the test itself |