Interface ITestOutput
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; }