Show / Hide Table of Contents

Class TestFinished

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestMessage
TestFinished
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestFinished
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 TestFinished : TestMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestMessage, ITestFinished

Constructors

| Improve this Doc View Source

TestFinished(ITest, Decimal, String)

Initializes a new instance of the TestFinished class.

Declaration
public TestFinished(ITest test, decimal executionTime, string output)
Parameters
Type Name Description
ITest test
Decimal executionTime
String output

Properties

| Improve this Doc View Source

ExecutionTime

Declaration
public decimal ExecutionTime { get; }
Property Value
Type Description
Decimal
| Improve this Doc View Source

Output

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

Implements

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