Constructor SwaTestCaseparamname super(name);
super(name);
Method doTestthrowsException String[] args = { }; Tester.main(args);
String[] args = { }; Tester.main(args);
Method testSwAServicethrowsException try { log.info("Testing SOAP with Attachements sample."); doTest(); log.info("Test complete."); } catch (Exception e) { e.printStackTrace(); throw new Exception("Fault returned from test: " + e); }
try { log.info("Testing SOAP with Attachements sample."); doTest(); log.info("Test complete."); } catch (Exception e) { e.printStackTrace(); throw new Exception("Fault returned from test: " + e); }