Table of Contents

Interface ITestStarting

Namespace
Xunit.Sdk

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

bool

StartTime

Gets the date and time when the test execution began.

DateTimeOffset StartTime { get; }

Property Value

DateTimeOffset

Timeout

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

int Timeout { get; }

Property Value

int