protected static final ModuleIdentifier MODULE_ID = ModuleIdentifier.fromString("test.test");
@BeforeClass
public static void initUrlHandler() {
// this also kicks off Module's static init
Module.setModuleLogger(new StreamModuleLogger(System.err));
}