Show / Hide Table of Contents

Class TestAssemblyMessage

Default implementation of and .

Inheritance
Object
LongLivedMarshalByRefObject
TestAssemblyMessage
TestAssemblyCleanupFailure
TestAssemblyFinished
TestAssemblyStarting
TestCollectionMessage
Implements
ITestAssemblyMessage
IExecutionMessage
Inherited Members
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 TestAssemblyMessage : LongLivedMarshalByRefObject, ITestAssemblyMessage, IExecutionMessage

Constructors

| Improve this Doc View Source

TestAssemblyMessage(IEnumerable<ITestCase>, ITestAssembly)

Initializes a new instance of the TestAssemblyMessage class.

Declaration
public TestAssemblyMessage(IEnumerable<ITestCase> testCases, ITestAssembly testAssembly)
Parameters
Type Name Description
IEnumerable<ITestCase> testCases
ITestAssembly testAssembly

Properties

| Improve this Doc View Source

TestAssembly

Declaration
public ITestAssembly TestAssembly { get; set; }
Property Value
Type Description
ITestAssembly
| Improve this Doc View Source

TestCases

Declaration
public IEnumerable<ITestCase> TestCases { get; }
Property Value
Type Description
IEnumerable<ITestCase>

Implements

ITestAssemblyMessage
IExecutionMessage
  • Improve this Doc
  • View Source
Back to top Generated by DocFX