Table of Contents

Interface ITestSkipped

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

This message indicates that a test was skipped.

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

Properties

Reason

Gets the reason given for skipping the test.