You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#499
Unified reporting of failures across reporters.
With that change, expectation results are only kept in `ut_test` for failed expectations.
XUnit reporter now reports also the line of the test where an expectation has failed.
Resolves#487
We need to provide
ut_test
with methods for returning:This way, every reporter does not need to re-implement filtering of expectations.
We should also unify XUnit reporter, Sonar test reporter and Documentation reporter, so all provide similar/the same failure messages.
The text was updated successfully, but these errors were encountered: