252627282930313233
@Before public void setUp() throws Exception { root = InMemoryPage.makeRoot("RooT"); request = new MockRequest(); responder = new SuiteResponder(); int port = 9123; context = FitNesseUtil.makeTestContext(root, port); }