3132333435363738
private static final String TEST_DIR = "testDir"; @Before public void setUp() throws Exception { root = InMemoryPage.makeRoot("RooT"); builder = new ClassPathBuilder(); somePagePath = PathParser.parse("SomePage"); }