Package org.apache.solr
Class BaseDistributedSearchTestCase.ShardsRepeatRule
- java.lang.Object
-
- org.apache.solr.BaseDistributedSearchTestCase.ShardsRepeatRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
- Enclosing class:
- BaseDistributedSearchTestCase
public class BaseDistributedSearchTestCase.ShardsRepeatRule extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description ShardsRepeatRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement statement, Description description)
-
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement, Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
-