Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
384 views

example of using ServletUnit to test JSP's

Can anyone point me to an example of how to use ServletUnit to test JSP's? Do I need I need to call registerServlet()? If so, what class name do I pass?
1
vote
4answers
186 views

Is is possible to capture the type parameter of a trait using Manifests in Scala 2.7.7?

I'm writing a ServletUnitTest trait in Scala to provide a convenience API for ServletUnit. I have something like the following in mind: /** * Utility trait for HttpUnit/ServletUnit tests * * ...
0
votes
0answers
39 views

Testing Web Apps with HttpUnit & ServletUnit

I am a pretty naive programmer looking forward to test my web app with Fitnesse + (HttpUnit/ServletUnit). The idea is to test the action/representation layer in completeness, I do not intend to ...
0
votes
2answers
211 views

How can I unit test a servlet with a request that just consists of xml content

I'm trying to unit test a java WFS web service implementation. The service can accept requests containing KVP params such as: ...