2122232425262728293031
@Override protected void setUp() throws Exception { super.setUp(); this.benchmark = new MockBenchmark(); this.catalog = new Catalog(benchmark); assertNotNull(this.catalog); System.err.println("CATALOG:\n" + catalog); }