private Path path;
public void setUp() throws Exception {
child = new MockEventfulStandardWidget();
parent = new StandardWidgetContainerWidget();
parent.setChildWidget(child);
MockLifeCycle.begin(parent);
req = new MockHttpServletRequest();
res = new MockHttpServletResponse();