org.junit.rules.TestRulepublic class StoreClassNameRule extends Object implements org.junit.rules.TestRule
| Constructor | Description |
|---|---|
StoreClassNameRule() |
| Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.