theboocock / shunit2

Automatically exported from code.google.com/p/shunit2
0 stars 0 forks source link

assertNotEquals function missing. #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is pair of functions: assertSame, assertNotSame.
But exists only assertEquals.
I think assertNotEquals is missing.

Original issue reported on code.google.com by olex...@gmail.com on 15 Jul 2008 at 12:20

GoogleCodeExporter commented 9 years ago
Yea, I struggled with this when I first wrote the software. Looking at jUnit, 
the function does not exist there so I 
decided to leave it out here. I think shUnit2 is mature enough now to diverge a 
bit, and it does make sense to 
have it.

Original comment by kate.war...@gtempaccount.com on 15 Jul 2008 at 1:02

GoogleCodeExporter commented 9 years ago
Fixed in CL# 209 and 210. 

Original comment by kate.war...@gtempaccount.com on 15 Jul 2008 at 5:17