ota4j-team / opentest4j

Open Test Alliance for the JVM
Apache License 2.0
285 stars 37 forks source link

AssertionFailedError default constructor creates message as empty String #42

Closed sbrannen closed 6 years ago

sbrannen commented 6 years ago

Overview

The JavaDoc for AssertionFailedError() states the following.

Constructs an AssertionFailedError with no message, no cause, and no expected/actual values.

However, it actually creates an AssertionFailedError with an empty String as the message.

Deliverables