Show / Hide Table of Contents

Class TestOutput

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestMessage
TestOutput
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestOutput
Inherited Members
TestMessage.Test
TestCaseMessage.TestCase
TestMethodMessage.TestMethod
TestClassMessage.TestClass
TestCollectionMessage.TestCollection
TestAssemblyMessage.TestAssembly
TestAssemblyMessage.TestCases
LongLivedMarshalByRefObject.DisconnectAll()
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestOutput : TestMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestMessage, ITestOutput

Constructors

| Improve this Doc View Source

TestOutput(ITest, String)

Initializes a new instance of the TestOutput class.

Declaration
public TestOutput(ITest test, string output)
Parameters
Type Name Description
ITest test
String output

Properties

| Improve this Doc View Source

Output

Declaration
public string Output { get; }
Property Value
Type Description
String

Implements

ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestOutput
  • Improve this Doc
  • View Source
Back to top Generated by DocFX