Thursday, March 30, 2006

assertSameContent() for collections with comparator

I wrote an assertion to extend TestNG to check 2 collections have same content or not based on a comparator.


Update: 'Cause this assertion does not have correct equals semantic, so I decide to rename assertEquals() method to assertSameContent().

No comments: