Hi,
I want to use Jakarta Cactus to test components that I've developed. How can I make a JUnit test case that has a reference to a ServiceManager, so that my test case can access my components?
I prefer to use existing TestRunners (e.g. the TestRunnerServlet).
You can use ExcaliburTestCase for that described here: http://avalon.apache.org/excalibur/api/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.html
