79551961

Date: 2025-04-03 03:58:39
Score: 1.5
Natty:
Report link
@Mock
Dog dog; // Dog is a record

doReturn(Optional.empty())
    .when(dog).tail()
    .when(dog).paw()
    .when(dog).nose()
    .when(dog).eye();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Huynh.tdt