Table of Contents

Interface ITestOutput

Namespace
Xunit.Sdk

This message indicates that a line of output was provided for a test.

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

Properties

Output

Gets the line of output.

string Output { get; }

Property Value

string