Class TestMethodFinished
Default implementation of
Inheritance
TestMethodFinished
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestMethodFinished
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestMethodFinished : TestMethodMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestMethodFinished
Constructors
| Improve this Doc View SourceTestMethodFinished(IEnumerable<ITestCase>, ITestMethod, Decimal, Int32, Int32, Int32)
Initializes a new instance of the TestMethodFinished class.
Declaration
public TestMethodFinished(IEnumerable<ITestCase> testCases, ITestMethod testMethod, decimal executionTime, int testsRun, int testsFailed, int testsSkipped)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<ITestCase> | testCases | |
ITestMethod | testMethod | |
Decimal | executionTime | |
Int32 | testsRun | |
Int32 | testsFailed | |
Int32 | testsSkipped |
Properties
| Improve this Doc View SourceExecutionTime
Declaration
public decimal ExecutionTime { get; }
Property Value
Type | Description |
---|---|
Decimal |
TestsFailed
Declaration
public int TestsFailed { get; }
Property Value
Type | Description |
---|---|
Int32 |
TestsRun
Declaration
public int TestsRun { get; }
Property Value
Type | Description |
---|---|
Int32 |
TestsSkipped
Declaration
public int TestsSkipped { get; }
Property Value
Type | Description |
---|---|
Int32 |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestMethodFinished