Interface ITestStarting
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
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
Properties
- Explicit
Gets a flag which indicates whether the test is marked as explicit or not.
- StartTime
Gets the date and time when the test execution began.
- Timeout
Gets the timeout for the test, in milliseconds; if
0
, there is no timeout.