Re: Questions about assertEquals (true)
Posted By:
sushant_kumar
Posted On:
Friday, January 19, 2007 05:31 AM
what you are telling is not so convincing. can you just
paste your code . what u r telling will never happen .
Check whether you have written assertEquals(true); in proper case or not , i am taking about case sensitiveness .
Re: Questions about assertEquals (true)
Posted By:
Anonymous
Posted On:
Monday, November 27, 2006 08:58 AM
Have a look at your code: do you really invoke assertEquals(boolean)? Why the compiler tries to use a method with three arguments?