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 SourceAfter(LuceneTestCase)
Declaration
public virtual void After(LuceneTestCase testInstance)
Parameters
Type | Name | Description |
---|---|---|
Lucene |
testInstance |
Before(LuceneTestCase)
Declaration
public virtual void Before(LuceneTestCase testInstance)
Parameters
Type | Name | Description |
---|---|---|
Lucene |
testInstance |