Class LuceneTestCase.SlowAttribute
Attribute for tests that are slow. Slow tests do run by default but can be disabled if a quick run is needed.
Implements
IApplyToTest
IApplyToContext
IWrapTestMethod
ICommandWrapper
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false)]
public sealed class LuceneTestCase.SlowAttribute : Attribute, IApplyToTest, IApplyToContext, IWrapTestMethod, ICommandWrapper
Properties
Message
Attribute for tests that are slow. Slow tests do run by default but can be disabled if a quick run is needed.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
NUnit.Framework.Interfaces.IApplyToTest
NUnit.Framework.Interfaces.IApplyToContext
NUnit.Framework.Interfaces.IWrapTestMethod
NUnit.Framework.Interfaces.ICommandWrapper