Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHi Adam,
Hope I can give some answers:
When running via JUnit as described in the JUnit Integration section, you will have to set the corresponding command-line arguments using the different setXXX methods on the SoapUITestCaseRunner before you call the run method, for example the -r argument corresponds to the runner.setPrintReport( .. ) method (the javadoc for the SoapUITestCaseRunner is here: http://www.soapui.org/apidocs/com/eviwa ... unner.html)
The -D arguments are set as system properties, so correspondingly you can call System.setProperty( name, value ) before running the tests.
Hope this helps!
regards,
/Ole
eviware.com
Hope I can give some answers:
When running via JUnit as described in the JUnit Integration section, you will have to set the corresponding command-line arguments using the different setXXX methods on the SoapUITestCaseRunner before you call the run method, for example the -r argument corresponds to the runner.setPrintReport( .. ) method (the javadoc for the SoapUITestCaseRunner is here: http://www.soapui.org/apidocs/com/eviwa ... unner.html)
The -D arguments are set as system properties, so correspondingly you can call System.setProperty( name, value ) before running the tests.
Hope this helps!
regards,
/Ole
eviware.com