Class AbstractBeforeAfterRule
LUCENENET specific for mimicking the JUnit rule functionality. We simplify things by just running the rules inside LuceneTestCase.
Inheritance
System.Object
AbstractBeforeAfterRule
Assembly: Lucene.Net.TestFramework.dll
Syntax
public abstract class AbstractBeforeAfterRule : object
Methods
Name | Description |
---|---|
After(LuceneTestCase) | |
Before(LuceneTestCase) |