"-p",
"custom.service",
"-compile",
getLocation("/wadl/bookstore.xml"),
};
WADLToJava tool = new WADLToJava(args);
tool.run(new ToolContext());
assertNotNull(output.list());
verifyFiles("java", true, false, "superbooks", "custom.service");
verifyFiles("class", true, false, "superbooks", "custom.service");