Add Catalyst::Test::MessageDriven for in-process testing of messaging apps.
authorChris Andrews <chris@nodnol.org>
Thu, 4 Jun 2009 12:45:13 +0000 (13:45 +0100)
committerChris Andrews <chris@nodnol.org>
Thu, 4 Jun 2009 12:45:13 +0000 (13:45 +0100)
commit40e966781ea3057f9024dbc168c71126d8ac89f1
treed8e80b2ac602a154f7fdccf582c1f906e75279bc
parent480eb46fadcd187b00034799c81d75b334af9ef7
Add Catalyst::Test::MessageDriven for in-process testing of messaging apps.
Add a simple test using it.
lib/Catalyst/Test/MessageDriven.pm [new file with mode: 0644]
t/04-message-driven-request.t [new file with mode: 0644]
testapp/lib/StompTestApp/Controller/TestController.pm