Table of Contents

Class TestTimeoutException

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

Thrown if a test exceeds the specified timeout.

[Serializable]
public class TestTimeoutException : Exception, ISerializable, ITestTimeoutException
Inheritance
TestTimeoutException
Implements
Inherited Members

Methods

ForTimedOutTest(int)

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