Java org.springframework.integration.test.util TestUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.test.util TestUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.test.util TestUtils.

The text is from its open source code.

Method

StringapplySystemFileSeparator(String s)
Update file path by replacing any '/' with the system's file separator.
TestApplicationContextcreateTestApplicationContext()
Create a TestApplicationContext instance supplied with the basic Spring Integration infrastructure.
TgetPropertyValue(Object root, String propertyPath, Class type)
Obtain a value for the property from the provide object and try to cast it to the provided type.
ObjectgetPropertyValue(Object root, String propertyPath)
Obtain a value for the property from the provide object.
PropertieslocateComponentInHistory(List history, String componentName, int startingIndex)