29303132333435
protected RemoteCatalog catalog; @Before public void setUp() throws Exception { super.setUp(); catalog = new RemoteCatalog(CATALOG, new SimpleCredentials(USERNAME, PASSWORD)); }