Class LongRunningIntegrationTest
java.lang.Object
org.junit.rules.TestWatcher
org.springframework.integration.test.support.LongRunningIntegrationTest
- All Implemented Interfaces:
org.junit.rules.TestRule
public class LongRunningIntegrationTest
extends org.junit.rules.TestWatcher
Rule to prevent long running tests from running on every build; set environment
variable RUN_LONG_INTEGRATION_TESTS on a CI nightly build to ensure coverage.
- Since:
- 3.0
- Author:
- Gary Russell, Artem Bilan
-
Constructor Summary
Constructors Constructor Description LongRunningIntegrationTest()
-
Method Summary
Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
-
Constructor Details
-
LongRunningIntegrationTest
public LongRunningIntegrationTest()
-
-
Method Details
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)- Specified by:
apply
in interfaceorg.junit.rules.TestRule
- Overrides:
apply
in classorg.junit.rules.TestWatcher
-