Which JUnit 5 assertion is used to check if two references point to the same object?
assertEquals()
assertSame()
assertNotSame()
assertTrue()
This question is part of this quiz :