Enum AssertionStatus
AssertionStatus enumeration represents the possible outcomes of an assertion. The order of definition is significant, higher level values override lower ones in determining the overall result of a test.
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public enum AssertionStatus
Fields
Name | Description |
---|---|
Error | An unexpected exception was thrown |
Failed | The assertion failed |
Inconclusive | An assumption failed |
Passed | The assertion succeeded |
Warning | A warning message was issued |