From c32924150247d9f022325c3b94c48947e7691a8d Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 2 Feb 2011 12:10:45 -0500 Subject: [PATCH] INTSAMPLES-19 Add Router to readme --- basic/testing-examples/readme.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/basic/testing-examples/readme.txt b/basic/testing-examples/readme.txt index 802166e6..88364af8 100644 --- a/basic/testing-examples/readme.txt +++ b/basic/testing-examples/readme.txt @@ -26,7 +26,7 @@ This test case shows both unit testing a custom aggregator class as well as testing it within a Spring Integration flow fragment. -...aggregator.ExternalGatewaySubstitutionTests.java +...externalgateway.ExternalGatewaySubstitutionTests.java This example is a little more complex. The application is simplified version of a travel demo presented at SpringOne in 2010. You do not need to fully understand @@ -45,4 +45,12 @@ gateways. This separation of 'infrastructure' from application beans is similar to the way we separate DataSource, ConnectionFactory beans etc so that the -application can be tested with local versions. \ No newline at end of file +application can be tested with local versions. + + +...router.PetRouterTests.java + +This test case shows both unit testing a custom router class as well +as testing it within a Spring Integration flow fragment. + +