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

NUnit.Framework.Interfaces.ITestResult

public interface ITestResult : IXmlNodeBuilder
int AssertCount { get; }

int AssertionResultCount { get; }

int CompletedCount { get; }

double Duration { get; }

DateTime EndTime { get; }

int FailCount { get; }

string FullName { get; }

bool HasChildren { get; }

int InconclusiveCount { get; }

int InitiatedCount { get; }

string Message { get; }

string Name { get; }

string Output { get; }

int PassCount { get; }

int SkipCount { get; }

string StackTrace { get; }

ITest Test { get; }

int TotalCount { get; }

int WarningCount { get; }