Table of Contents

Interface ITestSkipped

Namespace
Xunit.Sdk

This message indicates that a test was skipped.

public interface ITestSkipped : ITestResultMessage, ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, IExecutionMetadata
Inherited Members
Extension Methods

Properties

Reason

Gets the reason given for skipping the test.

string Reason { get; }

Property Value

string