gerdbe
15 years agoOccasional Contributor
SoapUITestCaseRunner getFailedTests() / getAssertionResults(
SoapUITestCaseRunner:
runner.getFailedTests() is always empty, no matter if tests failed or not.
runner.getAssertionResults() is empty when there are no test failures, and filled with the failed assertion only when there are test failures.
This would not matter and were not needed if failed tests were reported correctly in surefire, which works for SoapUITestCaseRunner, but not for SoapUISecurityTestRunner.
runner.getFailedTests() is always empty, no matter if tests failed or not.
runner.getAssertionResults() is empty when there are no test failures, and filled with the failed assertion only when there are test failures.
This would not matter and were not needed if failed tests were reported correctly in surefire, which works for SoapUITestCaseRunner, but not for SoapUISecurityTestRunner.