Theory: You could use Mockito to mock a `Person` i...
# announcements
m
Theory: You could use Mockito to mock a
Person
instance and then use
it::name
on that mock. Not sure though what will happen.