public class SkipTestRule extends Object implements org.junit.rules.TestRule
SkipLongRunning annotation either on a test method or on a test suite. If
it finds the annotation, it will only run the test method/suite if the system property skipLongRunningTests has the
value true| Constructor and Description |
|---|
SkipTestRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
public SkipTestRule()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.