Class HasTimeoutAttribute
Specifies that this test sometimes runs for a long time and may not end. For running tests in .NET Core because NUnit does not support [Timeout], so we can have tests in the .NET Core build that run forever.
Inheritance
System.Object
HasTimeoutAttribute
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class HasTimeoutAttribute : CategoryAttribute
Constructors
Name | Description |
---|---|
HasTimeoutAttribute() |