Spring Integration

org.springframework.integration.test.support
Class LongRunningIntegrationTest

java.lang.Object
  extended by org.junit.rules.TestWatchman
      extended by org.springframework.integration.test.support.LongRunningIntegrationTest
All Implemented Interfaces:
org.junit.rules.MethodRule

public class LongRunningIntegrationTest
extends org.junit.rules.TestWatchman

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

Constructor Summary
LongRunningIntegrationTest()
           
 
Method Summary
 org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)
           
 
Methods inherited from class org.junit.rules.TestWatchman
failed, finished, starting, succeeded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongRunningIntegrationTest

public LongRunningIntegrationTest()
Method Detail

apply

public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
                                               org.junit.runners.model.FrameworkMethod method,
                                               java.lang.Object target)
Specified by:
apply in interface org.junit.rules.MethodRule
Overrides:
apply in class org.junit.rules.TestWatchman

Spring Integration