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

TestStatus

public enum TestStatus
The TestStatus enum indicates the result of running a test
namespace NUnit.Framework.Interfaces { public enum TestStatus { Inconclusive, Skipped, Passed, Warning, Failed } }