com.liferay.portal.kernel.test.rule
Class AssumeTestRule
java.lang.Object
com.liferay.portal.kernel.test.rule.AssumeTestRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class AssumeTestRule
- extends Object
- implements org.junit.rules.TestRule
|
Method Summary |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssumeTestRule
public AssumeTestRule(String assumeMethodName)
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
- Specified by:
apply in interface org.junit.rules.TestRule