Any particular reason why assertNotEquals() not in the api?
11 views
Skip to first unread message
ab.er.rant
unread,
Nov 5, 2009, 1:32:50 AM11/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng-users
I'm just curious as to why there's a bunch of assertEquals but seems
to be conspicuously missing assertNotEquals. It is no problem to use
assertFalse in its place, so I was just wondering.
Cédric Beust ♔
unread,
Nov 5, 2009, 1:44:03 AM11/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to testng...@googlegroups.com
No particular reason, I guess it hasn't been in very high demand so I never bothered adding it.