When I invoke a servlet method from a test method I expect that the simulated servlet container automatically invokes the init(ServerConfig config) method. Why doesn't it happen? If this is normal, how can I do to enforce the init(config) invocation?
P.S I'm using Tomcat 4.0.1 Thanks in advance
