currently Assert.equalsString1 and Assert.equalsString2 must be strings. Better to expect objects and call toString(), as that lets us assert the string value of anything.
Description
currently Assert.equalsString1 and Assert.equalsString2 must be strings. Better to expect objects and call toString(), as that lets us assert the string value of anything.