What is the difference between the two methods isSameAs() and isEqualTo() ?
The documentation says:
Verifies that the actual value is equal to the given one.
and
Verifies that the actual value is the same as the given one.
(http://fest.easytesting.org/assert/apidocs/index.html)
/Roger