I'm seeing how you write unit test by reading the written unit test, i
think, i should inherit TomcatBaseTest then use getTomcatInstance to get a
Tomcat instance, then add the servlet to the context, then launching
getUrl, and then how do i can know test the bug, do i should test it
returned response from the servlet against expected one, or another thing??
:)

Reply via email to