Table of Contents

Property TestsTotal

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

TestsTotal

Gets the total number of tests run and not run.

public required int TestsTotal { get; set; }

Property Value

int

Remarks

Note: Will be 0 if there was no value provided during deserialization.