Table of Contents

Property TestsTotal

Namespace
Xunit.SimpleRunner
Assembly
xunit.v3.runner.utility.netfx.dll

TestsTotal

Gets the total number of tests.

public required int TestsTotal { get; set; }

Property Value

int

Remarks

This is the sum total of TestsFailed, TestsNotRun, TestsPassed, and TestsSkipped.