Date: 2020-08-08 11:39:19
Score: 4
Natty:
Use assertEquals() instead of assertSame() because you can't use assertSame() with Strings.
.Refer this JUnit asserting two Strings whether they're equal or not
Reasons:
- Blacklisted phrase (1): stackoverflow
- Probably link only (1):
- Low length (1):
- No code block (0.5):
- Low reputation (0.5):
Posted by: Hasindu Dahanayake