Table of Contents

Property TestsFailed

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

TestsFailed

Gets the number of tests which failed.

public required int TestsFailed { get; set; }

Property Value

int

Remarks

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