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,
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, Description d)
apply in interface org.junit.rules.TestRulepublic Class<?> getTestClass()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.