Justin Bertram created ARTEMIS-5290:
---------------------------------------

             Summary: Order JUnit assertEquals arguments properly
                 Key: ARTEMIS-5290
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5290
             Project: ActiveMQ Artemis
          Issue Type: Sub-task
            Reporter: Justin Bertram
            Assignee: Justin Bertram


Some calls to {{assertEquals()}} have the expected argument and the actual 
argument in the wrong order. For JUnit 5 the correct order is {{(expected, 
actual)}}.
Such calls will behave fine for assertions that pass, but may give confusing 
error reports on failure.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to