Show / Hide Table of Contents

    Class AbstractBeforeAfterRule

    LUCENENET specific for mimicking the JUnit rule functionality. We simplify things by just running the rules inside LuceneTestCase.

    Inheritance
    System.Object
    AbstractBeforeAfterRule
    Namespace: Lucene.Net.Support
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public abstract class AbstractBeforeAfterRule : object

    Methods

    | Improve this Doc View Source

    After(LuceneTestCase)

    Declaration
    public virtual void After(LuceneTestCase testInstance)
    Parameters
    Type Name Description
    LuceneTestCase testInstance
    | Improve this Doc View Source

    Before(LuceneTestCase)

    Declaration
    public virtual void Before(LuceneTestCase testInstance)
    Parameters
    Type Name Description
    LuceneTestCase testInstance
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)