Namespace Lucene.Net.Attributes
Classes
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.
LongRunningTestAttribute
This test runs long and should be skipped in the 1st run.
LuceneNetSpecificAttribute
This test was added during the port to .NET to test additional factors that apply specifically to the port. In other words, apply this attribute to the test if it did not exist in Java Lucene.