Class TestAssemblyStarting
Default implementation of
Implements
ITestAssemblyMessage
IExecutionMessage
ITestAssemblyStarting
Inherited Members
Namespace: Xunit
Assembly: xunit.runner.utility.dll
Syntax
public class TestAssemblyStarting : TestAssemblyMessage, ITestAssemblyMessage, IExecutionMessage, ITestAssemblyStarting
Constructors
| Improve this Doc View SourceTestAssemblyStarting(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 SourceStartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TestEnvironment
Declaration
public string TestEnvironment { get; set; }
Property Value
Type | Description |
---|---|
String |
TestFrameworkDisplayName
Declaration
public string TestFrameworkDisplayName { get; set; }
Property Value
Type | Description |
---|---|
String |
Implements
ITestAssemblyMessage
IExecutionMessage
ITestAssemblyStarting