super(name);
return new TestSuite(TestOptions.class);
String[] fake_args = { "-w tiger" }; Options ops = new Options(fake_args); String result = ops.isValueSet('w"); assertEquals("Result was: " + result + ", not tiger", "tiger", result);
String[] fake_args = { "-h 127.0.0.1","-p 8081","-u scott","-w tiger" }; Options ops = new Options(fake_args);