Class SpringIntegration

java.lang.Object
org.junit.rules.TestWatchman
net.thucydides.junit.spring.SpringIntegration
All Implemented Interfaces:
org.junit.rules.MethodRule

@Deprecated
public class SpringIntegration
extends org.junit.rules.TestWatchman
Deprecated.
  • Constructor Summary

    Constructors 
    Constructor Description
    SpringIntegration()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)
    Deprecated.
     
    protected org.springframework.test.context.TestContextManager getTestContextManager​(java.lang.Class<?> clazz)
    Deprecated.
     
    protected org.junit.runners.model.Statement withAfters​(org.junit.runners.model.FrameworkMethod frameworkMethod, java.lang.Object testInstance, org.junit.runners.model.Statement statement, org.springframework.test.context.TestContextManager testContextManager)
    Deprecated.
     
    protected org.junit.runners.model.Statement withBefores​(org.junit.runners.model.FrameworkMethod frameworkMethod, java.lang.Object testInstance, org.junit.runners.model.Statement statement, org.springframework.test.context.TestContextManager testContextManager)
    Deprecated.
     

    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 Details

    • SpringIntegration

      public SpringIntegration()
      Deprecated.
  • Method Details

    • apply

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

      protected org.springframework.test.context.TestContextManager getTestContextManager​(java.lang.Class<?> clazz)
      Deprecated.
    • withBefores

      protected org.junit.runners.model.Statement withBefores​(org.junit.runners.model.FrameworkMethod frameworkMethod, java.lang.Object testInstance, org.junit.runners.model.Statement statement, org.springframework.test.context.TestContextManager testContextManager)
      Deprecated.
    • withAfters

      protected org.junit.runners.model.Statement withAfters​(org.junit.runners.model.FrameworkMethod frameworkMethod, java.lang.Object testInstance, org.junit.runners.model.Statement statement, org.springframework.test.context.TestContextManager testContextManager)
      Deprecated.