Table of Contents

Class TestStartingInfo

Namespace
Xunit.SimpleRunner
Assembly
xunit.v3.runner.utility.netfx.dll

Represents a test that is starting.

public class TestStartingInfo : TestInfo
Inheritance
TestStartingInfo
Derived
Inherited Members

Properties

Explicit

Gets a flag which indicates whether the test was marked as explicit.

StartTime

Gets the date and time when the test execution started.

Timeout

Gets the timeout for the test, in milliseconds; if 0, there is no timeout.