Class SpringIntegration
java.lang.Object
org.junit.rules.TestWatchman
net.thucydides.junit.spring.SpringIntegration
- All Implemented Interfaces:
org.junit.rules.MethodRule
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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
getTestContextManager
(Class<?> clazz) 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
-
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 interfaceorg.junit.rules.MethodRule
- Overrides:
apply
in classorg.junit.rules.TestWatchman
-
getTestContextManager
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.
-