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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?