Table of Contents

Property TestsSkipped

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

TestsSkipped

Gets the number of skipped tests.

public required int TestsSkipped { get; set; }

Property Value

int

Remarks

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