Package org.apache.lucene.tests.util
Class TestRuleStoreClassName
- java.lang.Object
- 
- org.apache.lucene.tests.util.TestRuleStoreClassName
 
- 
- All Implemented Interfaces:
- org.junit.rules.TestRule
 
 public class TestRuleStoreClassName extends Object implements org.junit.rules.TestRule Stores the suite name so you can retrieve it fromgetTestClass()
- 
- 
Constructor SummaryConstructors Constructor Description TestRuleStoreClassName()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statementapply(org.junit.runners.model.Statement s, Description d)Class<?>getTestClass()Returns the test class currently executing in this rule.
 
- 
- 
- 
Method Detail- 
applypublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement s, Description d)- Specified by:
- applyin interface- org.junit.rules.TestRule
 
 - 
getTestClasspublic Class<?> getTestClass() Returns the test class currently executing in this rule.
 
- 
 
-