Live testing

Bert van Brakel <[email protected]> 31 Jul 2003 12:23:20 +1200
Newsgroups gmane.comp.java.plexus.devel
Organization Tua Works Ltd
Message-ID <1059611000.10759.6.camel@localhost>
Anybody run unit tests

I'm looking at starting plexus through jetty (using summit) and have all
the components tested using junit, while running as a web application to
ensure everything configured correctly.

At the moment I'm looking at building an xml-rpc component which can
hand out the ServiceManager so I can unit test the components.

 Also looking at sending http requests to ensure the data returned is
that which is expected.
Anybody else done this?