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
    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, Object target)
    Deprecated.
     
    protected org.springframework.test.context.TestContextManager
    Deprecated.
     
    protected org.junit.runners.model.Statement
    withAfters(org.junit.runners.model.FrameworkMethod frameworkMethod, 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, 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, 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(Class<?> clazz)
      Deprecated.
    • withBefores

      protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod frameworkMethod, 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, Object testInstance, org.junit.runners.model.Statement statement, org.springframework.test.context.TestContextManager testContextManager)
      Deprecated.