public class TestRuleStoreClassName
extends java.lang.Object
implements org.junit.rules.TestRule
getTestClass()
Constructor and Description |
---|
TestRuleStoreClassName() |
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement s,
org.junit.runner.Description d) |
java.lang.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 java.lang.Class<?> getTestClass()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.