Show / Hide Table of Contents

Class TestCaseFinished

Default implementation of .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestCollectionMessage
TestClassMessage
TestMethodMessage
TestCaseMessage
TestCaseFinished
Implements
ITestAssemblyMessage
IExecutionMessage
ITestCollectionMessage
ITestClassMessage
ITestMethodMessage
ITestCaseMessage
ITestCaseFinished
Inherited Members
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 TestCaseFinished : TestCaseMessage, ITestAssemblyMessage, IExecutionMessage, ITestCollectionMessage, ITestClassMessage, ITestMethodMessage, ITestCaseMessage, ITestCaseFinished

Constructors

| Improve this Doc View Source

TestCaseFinished(ITestCase, Decimal, Int32, Int32, Int32)

Initializes a new instance of the TestCaseFinished class.

Declaration
public TestCaseFinished(ITestCase testCase, decimal executionTime, int testsRun, int testsFailed, int testsSkipped)
Parameters
Type Name Description
ITestCase testCase
Decimal executionTime
Int32 testsRun
Int32 testsFailed
Int32 testsSkipped

Properties

| Improve this Doc View Source

ExecutionTime

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

TestsFailed

Declaration
public int TestsFailed { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TestsRun

Declaration
public int TestsRun { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

TestsSkipped

Declaration
public int TestsSkipped { get; }
Property Value
Type Description
Int32

Implements

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