Hello,
  I had a query. I have created a class for testing some of my public APIs.
Now what I did is to define a class which extends HttpServlet..defined an
init and service method, the method to test and doGet().
In my test class, I defined the beginXX(), testXX() and endXX(). Now my
query is how do I make sure that init and service method are called before
each test case?. 

Thanks for your patience.

Kunal.

Reply via email to