Show / Hide Table of Contents

Class TestAssemblyStarting

Default implementation of .

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

Constructors

| Improve this Doc View Source

TestAssemblyStarting(IEnumerable<ITestCase>, ITestAssembly, DateTime, String, String)

Initializes a new instance of the TestAssemblyStarting class.

Declaration
public TestAssemblyStarting(IEnumerable<ITestCase> testCases, ITestAssembly testAssembly, DateTime startTime, string testEnvironment, string testFrameworkDisplayName)
Parameters
Type Name Description
IEnumerable<ITestCase> testCases
ITestAssembly testAssembly
DateTime startTime
String testEnvironment
String testFrameworkDisplayName

Properties

| Improve this Doc View Source

StartTime

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

TestEnvironment

Declaration
public string TestEnvironment { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

TestFrameworkDisplayName

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

Implements

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