Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
Minor test code style: all IOEs are caught and logged @ error, then test failed with a simple assert. This will lose all failure data from the XML test reports, hiding it in the logs.
Better to not catch the IOEs, just rethrow, and let JUnit handle them.