@BeforeMethod
public void beforeTest()
{
InjectionAnnotationReader c = new InjectionAnnotationReader();
action = new SpringBeanAction();
c.readAnnotations(action.getClass());
inputs = c.getInjectionMap();
context = EasyMock.createMock(ServletContext.class);
wac = EasyMock.createMock(WebApplicationContext.class);