soapui testrunner - 相当于java类SoapUITestCaseRunner?

时间:2017-05-15 11:28:51

标签: java soapui

testrunner -A命令行选项的等效方法名称是什么? https://www.soapui.org/test-automation/running-from-command-line/functional-tests.html

    SoapUITestCaseRunner runner = new SoapUITestCaseRunner();
    runner.setProjectFile("my_project.xml);
    runner.setExportAll(true);
    runner.run();

当我运行时,它不会将包含测试结果的文件组织到目录和子目录中

0 个答案:

没有答案