Table of Contents

Property TestsFailed

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

TestsFailed

Gets the number of failing tests.

public required int TestsFailed { get; set; }

Property Value

int

Remarks

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