| Author |
assertNotSame pRmeters
|
sameera liyanage
Ranch Hand
Joined: Nov 25, 2008
Posts: 638
|
|
this example i got from internet.
it shows assertNotSame method takes one time two parameters and one time three parameters.
why is that
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
Did you take a look at the JavaDoc?
http://junit.sourceforge.net/javadoc_40/org/junit/Assert.html#assertNotSame(java.lang.String,%20java.lang.Object,%20java.lang.Object)
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
 |
|
|
subject: assertNotSame pRmeters
|
|
|