<PackageReference Include="NUnit" Version="3.8.1" />

AssertionStatus

public 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.
Error = 4

An unexpected exception was thrown

Failed = 3

The assertion failed

An assumption failed

Passed = 1

The assertion succeeded

Warning = 2

A warning message was issued