gordonad / powermock

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

Add support for makeThreadSafe #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In EasyMock 2.4 you explicitly need to tell the mock whether it should be
used in multiple threads or not. We need to investigate if we need add a
makeThreadSafe method in our API or if you can use makeThreadSafe from
class extension on our mocks.

Original issue reported on code.google.com by johan.ha...@gmail.com on 23 Oct 2008 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 2 Dec 2008 at 3:46

GoogleCodeExporter commented 9 years ago
This works with standard EasyMock

Original comment by johan.ha...@gmail.com on 8 Dec 2008 at 3:59