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();
当我运行时,它不会将包含测试结果的文件组织到目录和子目录中