ssacher-tgm / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

Inform the user immediately when she tries to 'callRealMethod()' on a mock of a interface #140

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Inform the user immediately when she tries to 'callRealMethod()' on a mock
of a interface:

//fail fast when:
when(mockOfAnIterface.doStuff()).thenCallRealMethod();

Original issue reported on code.google.com by szcze...@gmail.com on 8 Nov 2009 at 7:31

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1661.

Original comment by szcze...@gmail.com on 8 Nov 2009 at 7:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1662.

Original comment by szcze...@gmail.com on 8 Nov 2009 at 7:34

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1664.

Original comment by szcze...@gmail.com on 8 Nov 2009 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by szcze...@gmail.com on 11 Nov 2009 at 1:33