JUnit 4.4 added a new assertion mechanism with the method assertThat()
. Have a look and consider using it in place of assertEquals()
.
JUnit 4.4 added a new assertion mechanism with the method assertThat()
. Have a look and consider using it in place of assertEquals()
.