Class TestFinished
Default implementation of
Inheritance
TestFinished
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestFinished
Inherited Members
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 SourceTestFinished(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 SourceExecutionTime
Declaration
public decimal ExecutionTime { get; }
Property Value
Type | Description |
---|---|
Decimal |
Output
Declaration
public string Output { get; }
Property Value
Type | Description |
---|---|
String |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestMessage
ITestFinished