}
@Test
public void shouldNotifyListenerWhenMockingStarted() throws Exception {
//given
MockingStartedListener listener = mock(MockingStartedListener.class);
mockingProgress.setListener(listener);
//when
mockingProgress.mockingStarted("foo", List.class);