Jon,
For unit testing application code you can use JUnit as normal (or any
other framework such as TestNG) - perhaps using easymock or an
alternative to mock out the services the code is using.
If you want to do integration testing you could deploy the
application to the runtime host and use an external framework such as
httpunit.
Or are you trying to do something else?
--
Jeremy
On Sep 5, 2006, at 2:18 PM, Jon Lewis wrote:
hi All,
Is there a sample app that uses junit and a test case. I've
looked at
the code in the repository and it looks like all the samples build
on the
SCATestCase and that's testing the code base.
thanks in advance
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]