What is “AssertEquals” used for in a Java Unit test?
It allows you to compare two objects
It allows to differentiate two objects of the same type
It allows you to check that an object as a parameter is equal to the second parameter