Table of Contents

Class TestSkippedInfo

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

Represents a test that was skipped.

public class TestSkippedInfo : TestInfo
Inheritance
TestSkippedInfo
Inherited Members

Constructors

TestSkippedInfo(string, string, IReadOnlyDictionary<string, IReadOnlyCollection<string>>?, string, string, string)

Properties

SkipReason

Gets the reason that was given for skipping the test.