keith wall - 2004-06-04

Is it possible to establish groups of tests within Junitee, and run them separately?  I'd like to be able to have separate groups of tests, for instance a group for unit tests  (*UnitTest) and integration test (*IntegtrationTest) etc.

From looking at the code, I think this is not currently possible.  Am I correct?

I was think of changing junitee to support multiple WEB-INF/testCase.txt files.  That way, the Ant task that constructs the WAR can use several <classlist> elements to construct several testCase files (unitTestCases, intTestCases etc).  The JUnitEEServlet servlet would be changed to accept another parameter to allow the WEB-INF/testCase.txt resource name to be overridden.  Any comments on this approach?