@Before
public void setUp() throws Exception {
WikiPage root = InMemoryPage.makeRoot("RooT");
FitNesseContext context = FitNesseUtil.makeTestContext(root);
SearchFormResponder responder = new SearchFormResponder();
SimpleResponse response = (SimpleResponse) responder.makeResponse(context, new MockRequest());
content = response.getContent();
}