Table of Contents

Property SkipReason

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

SkipReason

Gets the statically specified skip reason for the test. Note that this only covers values passed via Skip, and not dynamically skipped tests.

public string? SkipReason { get; }

Property Value

string