assertsEquals([String message], expected, actual):
Tests that two values are the same. Note: for arrays the reference is checked not the content of the arrays.
assertSame([String], expected, actual) :
Checks that both variables refer to the same object.
Demo :
( not yet)
No comments:
Post a Comment