Table of Contents

Method ForTimedOutTest

Namespace
Xunit.Sdk
Assembly
xunit.v3.core.dll

ForTimedOutTest(int)

Creates a new instance of TestTimeoutException for a test that has timed out.

public static TestTimeoutException ForTimedOutTest(int timeout)

Parameters

timeout int

The timeout that was exceeded, in milliseconds

Returns