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). Thanks, Bart.
