Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 204 Bytes

File metadata and controls

3 lines (3 loc) · 204 Bytes

JUnit's assertEquals (and similar) are defined to take the expected value first and the actual value second. Getting these the wrong way round will cause a confusing error message if the assertion fails.