public class StoreClassNameRule extends Object implements org.junit.rules.TestRule
Constructor and Description |
---|
StoreClassNameRule() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement s,
org.junit.runner.Description d) |
Class<?> |
getTestClass()
Returns the test class currently executing in this rule.
|
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement s, org.junit.runner.Description d)
apply
in interface org.junit.rules.TestRule
public Class<?> getTestClass()