In JUnit 5, which method is used to check if two values are equal?
assertSame()
assertTrue()
assertEquals()
assertFalse()
This question is part of this quiz :