RSS feed
<< December 15, 2006 | Home | December 17, 2006 >>

Unit Test Servlets with Jetty

New API for embedding Jetty in unit tests

This rainy weekend, I was inspired by a question from hani about testing servlets. As a result I've added a module to Jetty to simply test servlets with an embedded server configured by the ServletTester class. The HTTP requests and responses for testing can be generated and parsed with the HttpTest class.

Read more...