Table of Contents

Property SkipReason

Namespace
Xunit.Runner.v1
Assembly
xunit.v3.runner.utility.netfx.dll

SkipReason

Gets the reason this test is being skipped; will return null when the test is not skipped.

public string? SkipReason { get; set; }

Property Value

string