public WafQueryBuilderTest() {
}
@BeforeClass
public static void setUpClass() throws Exception {
HarvestProtocolWaf protocol = new HarvestProtocolWaf();
IterationContext context = new IterationContext() {
public void onIterationException(Exception ex) {
}
};
instance = new WafQueryBuilder(context, protocol, "http://www.ngdc.noaa.gov/metadata/published/NGDC/");