JUnit tests for Swarm

2008-06-17 Thread Andrea Jahn
Hi, I would like to write JUnit tests for the Swarm/Wasp security layer of our application. Am I right, that it would make sense to test the wicket layer independent of the security layer and separately the Wasp/Swarm functionality ? How could I start doing this or perhaps are there examples

Re: JUnit tests for Swarm

2008-06-17 Thread Maurice Marrink
to write JUnit tests for the Swarm/Wasp security layer of our application. Am I right, that it would make sense to test the wicket layer independent of the security layer and separately the Wasp/Swarm functionality ? How could I start doing this or perhaps are there examples existing