return suite;
}
public static void main(String args[]) throws Exception {
final TestRunner runner= new TestRunner();
final TestResult result = runner.doRun(CommandLineParserTest.suite(), false);
System.exit(result.errorCount() + result.failureCount());
}
private class CLP extends CommandLineParser
{