Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    System.Attribute
    LuceneTestCase.SlowAttribute
    Implements
    NUnit.Framework.Interfaces.IApplyToTest
    NUnit.Framework.Interfaces.IApplyToContext
    NUnit.Framework.Interfaces.IWrapTestMethod
    NUnit.Framework.Interfaces.ICommandWrapper
    Inherited Members
    System.Attribute.Equals(System.Object)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetHashCode()
    System.Attribute.IsDefaultAttribute()
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.Match(System.Object)
    System.Attribute.TypeId
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)]
    public sealed class SlowAttribute : Attribute, IApplyToTest, IApplyToContext, IWrapTestMethod, ICommandWrapper

    Properties

    | Improve this Doc View Source

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    Explicit Interface Implementations

    | Improve this Doc View Source

    IApplyToContext.ApplyToContext(TestExecutionContext)

    Declaration
    void IApplyToContext.ApplyToContext(TestExecutionContext context)
    Parameters
    Type Name Description
    NUnit.Framework.Internal.TestExecutionContext context
    | Improve this Doc View Source

    IApplyToTest.ApplyToTest(Test)

    Declaration
    void IApplyToTest.ApplyToTest(Test test)
    Parameters
    Type Name Description
    NUnit.Framework.Internal.Test test
    | Improve this Doc View Source

    ICommandWrapper.Wrap(TestCommand)

    Declaration
    TestCommand ICommandWrapper.Wrap(TestCommand command)
    Parameters
    Type Name Description
    NUnit.Framework.Internal.Commands.TestCommand command
    Returns
    Type Description
    NUnit.Framework.Internal.Commands.TestCommand

    Implements

    NUnit.Framework.Interfaces.IApplyToTest
    NUnit.Framework.Interfaces.IApplyToContext
    NUnit.Framework.Interfaces.IWrapTestMethod
    NUnit.Framework.Interfaces.ICommandWrapper
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.