Results 1 to 2 of 2

Thread: Test drivers

  1. #1
    Join Date
    Mar 2008
    Posts
    10

    Default Test drivers

    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.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,854

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •