Class ExecutionStartingInfo
- Namespace
- Xunit.SimpleRunner
- Assembly
- xunit.v3.runner.utility.netfx.dll
Indicates that test execution has started.
public class ExecutionStartingInfo
- Inheritance
-
ExecutionStartingInfo
- Derived
- Inherited Members
Properties
- Seed
Gets the seed value used for randomization.
- StartTime
Gets the date and time when the test assembly execution started.
- TargetFramework
Gets the target framework that the assembly was compiled against.
Examples:.NETFramework,Version=v4.7.2.NETCoreApp,Version=v8.0
- TestEnvironment
Gets a display string that describes the test execution environment.
Examples:32-bit .NET Framework 4.8.9300.064-bit .NET 8.0.16
- TestFrameworkDisplayName
Gets a display string which describes the test framework and version number. Examples: "xUnit.net v3 0.1.0-pre.15", "xUnit.net 2.4.1"