TechnionYP5779 / team1

Git repo of team 1 of the yearly project technion CS
6 stars 3 forks source link

instead of assertEquals(a, b) use azzert.that(a, is(b)), same for assertNotEquals #137

Closed yossigil closed 5 years ago

yossigil commented 5 years ago

e.g., in class BoxUnboxTest

yoavz1997 commented 5 years ago

Duplicate of #130