public class SkipTestRule extends AnnotationBasedTestRule
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) |
private boolean |
isSkippedByDatabaseVersion(SkipWhenDatabaseVersion skipWhenDatabaseVersion) |
emptyStatement, hasAnnotationpublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
private boolean isSkippedByDatabaseVersion(SkipWhenDatabaseVersion skipWhenDatabaseVersion)
Copyright © 2020 JBoss by Red Hat. All rights reserved.