aspose file tools
The moose likes Testing and the fly likes assertNotSame pRmeters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "assertNotSame pRmeters" Watch "assertNotSame pRmeters" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: assertNotSame pRmeters
 
Similar Threads
Assertion
Assertion Exception handling
Exception problem.
Sample Java Program and codes for TestCase
Basic doubt in Assertion (from K&B book)