19202122232425
protected void setUp() throws Exception { super.setUp(); Properties properties = new Properties(); this.mapper = new FolderURIMapper(properties); }
protected void setUp() throws Exception { super.setUp(); Properties properties = new Properties(); this.mapper = new FolderURIMapper(null, properties); }