super(name);
String[] args = {}; Main.main(args);
try { log.info("Testing address book sample."); doTest(); log.info("Test complete."); } catch( Exception e ) { e.printStackTrace(); throw new Exception("Fault returned from test: "+e); }