PDA

View Full Version : Test drivers


ktl1
Apr 8th, 2008, 01:53 PM
I saw a spring-integration-test.jar file, but it has only one file TestMessage.java.
Can you put package your unit test codes in the next release? It is a big help to figure out how to use this framework. I browse the trunk but I don't see any unit test codes either.

Mark Fisher
Apr 8th, 2008, 01:56 PM
That JAR file (spring-integration-test.jar) is actually the future home of a testing-framework for Spring Integration applications.

All of the unit tests are actually available in the SVN repository. Make sure you look in the 'src/test/java' directory (parallel package hierarchies to what you see in 'src/main/java').

-Mark