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
timeoutintThe timeout that was exceeded, in milliseconds