Table of Contents

Property TestsSkipped

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

TestsSkipped

Gets the number of skipped tests.

public required int TestsSkipped { get; set; }

Property Value

int

Remarks

This is a count of the number of TestSkippedInfo that were reported.