Which Mockito method is used to define the behavior of a mock object?
mockBehavior()
when(...).thenReturn(...)
given(...).willReturn(...)
Both B and C
This question is part of this quiz :