Class LuceneTestCase.NightlyAttribute
Attribute for tests that should only be run during nightly builds.
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.NightlyAttribute : Attribute, IApplyToTest, IApplyToContext, IWrapTestMethod, ICommandWrapper
  Implements
      NUnit.Framework.Interfaces.IApplyToTest
  
  
      NUnit.Framework.Interfaces.IApplyToContext
  
  
      NUnit.Framework.Interfaces.IWrapTestMethod
  
  
      NUnit.Framework.Interfaces.ICommandWrapper