Interface ITestStarting
This message indicates that a test is about to start executing.
public interface ITestStarting : ITestMessage, ITestCaseMessage, ITestMethodMessage, ITestClassMessage, ITestCollectionMessage, ITestAssemblyMessage, IMessageSinkMessage, IJsonSerializable, ITestMetadata
- Inherited Members
- Extension Methods
Properties
Explicit
Gets a flag which indicates whether the test is marked as explicit or not.
bool Explicit { get; }
Property Value
StartTime
Gets the date and time when the test execution began.
DateTimeOffset StartTime { get; }
Property Value
Timeout
Gets the timeout for the test, in milliseconds; if 0, there is no timeout.
int Timeout { get; }