public class LongRunningIntegrationTest
extends org.junit.rules.TestWatcher
Modifier and Type | Field and Description |
---|---|
static String |
RUN_LONG_INTEGRATION_TESTS |
Constructor and Description |
---|
LongRunningIntegrationTest() |
LongRunningIntegrationTest(String property)
Check using a custom variable/property name.
|
Modifier and Type | Method and Description |
---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
boolean |
isShouldRun()
Return true if the test should run.
|
public static final String RUN_LONG_INTEGRATION_TESTS
public LongRunningIntegrationTest()
public LongRunningIntegrationTest(String property)
property
- the variable/property name.public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
apply
in interface org.junit.rules.TestRule
apply
in class org.junit.rules.TestWatcher
public boolean isShouldRun()