-
Recent Posts
Archives
Categories
Link
Meta
Category Archives: Google Web Toolkit
Writing Unit Tests for Servlets
When writing unit tests for simple servlets you’ll need to write a lot boilerplate code for mocking out all these HttpServletRequest/Response/Context/… objects every time, plus it feels like too much of a white box test really. Surely there’s a better … Continue reading