destin / maven-test-support-plugin

Apache License 2.0
10 stars 4 forks source link

tests without exceptions or assertion errors are incorrectly marked as failed #21

Open sbecker11 opened 2 years ago

sbecker11 commented 2 years ago

It seems that the mere presence of any text in a test result (except "Test ignored.") causes it to be marked as failed with the red exclamation icon.

A test should only be marked as failed if it contains an exception or assertion error.

sbecker11 commented 2 years ago

test-incorrectly-marked-as-failed.txt