@Test
public void testDoInjection() throws Exception
{
InjectionAnnotationReader c = new InjectionAnnotationReader();
InjectionAction actionBean = new InjectionAction();
c.readAnnotations(actionBean.getClass());
Map<String, InjectionWrapper> injectionHandlers = c.getInjectionMap();
HttpServletRequest request = createMock(HttpServletRequest.class);
ServletContext context = createMock(ServletContext.class);
// this will be called when the injection context is inspected