public class SearchTestRule extends MethodTestRule<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
protected IndexStatusManager |
indexStatusManager |
| Constructor and Description |
|---|
SearchTestRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterMethod(org.junit.runner.Description description,
java.lang.Void c,
java.lang.Object target) |
java.lang.Void |
beforeMethod(org.junit.runner.Description description,
java.lang.Object target) |
afterClass, beforeClass, createClassStatementapply, createMethodStatementprotected IndexStatusManager indexStatusManager
public void afterMethod(org.junit.runner.Description description,
java.lang.Void c,
java.lang.Object target)
throws java.lang.Throwable
afterMethod in class AbstractTestRule<java.lang.Void,java.lang.Void>java.lang.Throwablepublic java.lang.Void beforeMethod(org.junit.runner.Description description,
java.lang.Object target)
throws java.lang.Throwable
beforeMethod in class AbstractTestRule<java.lang.Void,java.lang.Void>java.lang.Throwable