protected void tearDown() throws Exception {
   super.tearDown();
 }
 protected void setUp() throws Exception {
   super.setUp();
   renderingService =
       (RenderingService) container.getComponentInstanceOfType(RenderingService.class);
 }