Package net.thucydides.junit.spring
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.Statementapply(org.junit.runners.model.Statement base, org.junit.runners.model.FrameworkMethod method, java.lang.Object target)Deprecated.protected org.springframework.test.context.TestContextManagergetTestContextManager(java.lang.Class<?> clazz)Deprecated.protected org.junit.runners.model.StatementwithAfters(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.StatementwithBefores(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, succeededMethods 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:
applyin interfaceorg.junit.rules.MethodRule- Overrides:
applyin classorg.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.
-