Class LongRunningIntegrationTest
java.lang.Object
org.junit.rules.TestWatcher
org.springframework.integration.test.support.LongRunningIntegrationTest
- All Implemented Interfaces:
- org.junit.rules.TestRule
@Deprecated(since="7.0",
            forRemoval=true)
public class LongRunningIntegrationTest
extends org.junit.rules.TestWatcher
Deprecated, for removal: This API element is subject to removal in a future version.
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, Jiandong Ma
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionorg.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.junit.rules.TestWatcherfailed, finished, skipped, skipped, starting, succeeded
- 
Constructor Details- 
LongRunningIntegrationTestpublic LongRunningIntegrationTest()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
applypublic org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- applyin interface- org.junit.rules.TestRule
- Overrides:
- applyin class- org.junit.rules.TestWatcher
 
 
- 
LongRunningTest.