Class LuceneTestCase.AwaitsFixAttribute
Attribute for tests which exhibit a known issue and are temporarily disabled.
Implements
IApplyToTest
IApplyToContext
IWrapTestMethod
ICommandWrapper
Inherited Members
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.TestFramework.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class LuceneTestCase.AwaitsFixAttribute : Attribute, IApplyToTest, IApplyToContext, IWrapTestMethod, ICommandWrapper
Properties
BugUrl
Point to issue tracker entry.
Declaration
public string BugUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
NUnit.Framework.Interfaces.IApplyToTest
NUnit.Framework.Interfaces.IApplyToContext
NUnit.Framework.Interfaces.IWrapTestMethod
NUnit.Framework.Interfaces.ICommandWrapper