Show / Hide Table of Contents

Class BeforeTestFinished

Default implementation of .

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

Constructors

| Improve this Doc View Source

BeforeTestFinished(ITest, String)

Initializes a new instance of the BeforeTestFinished class.

Declaration
public BeforeTestFinished(ITest test, string attributeName)
Parameters
Type Name Description
ITest test
String attributeName

Properties

| Improve this Doc View Source

AttributeName

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

Implements

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