org.springframework.integration.test.util
Class TestUtils
java.lang.Object
org.springframework.integration.test.util.TestUtils
public abstract class TestUtils
- extends Object
- Author:
- Mark Fisher, Iwein Fuld
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestUtils
public TestUtils()
getPropertyValue
public static Object getPropertyValue(Object root,
String propertyPath)
getPropertyValue
public static <T> T getPropertyValue(Object root,
String propertyPath,
Class<T> type)
createTestApplicationContext
public static TestUtils.TestApplicationContext createTestApplicationContext()
createTaskScheduler
public static ThreadPoolTaskScheduler createTaskScheduler(int poolSize)
handlerExpecting
public static MessageHandler handlerExpecting(org.hamcrest.Matcher<Message> messageMatcher)
Copyright © 2010. All Rights Reserved.