public class SpringIntegration
extends org.junit.rules.TestWatchman
| Constructor and Description |
|---|
SpringIntegration() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target) |
protected org.springframework.test.context.TestContextManager |
getTestContextManager(Class<?> clazz) |
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) |
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) |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runners.model.FrameworkMethod method,
Object target)
apply in interface org.junit.rules.MethodRuleapply in class org.junit.rules.TestWatchmanprotected org.springframework.test.context.TestContextManager getTestContextManager(Class<?> clazz)
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)
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)
Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.