keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Mock a non final class with a private constructor #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
def mockAudioSystem = mock(javax.sound.sampled.AudioSystem)

Throws an IllegalArgumentException no visible constructors

With gmock 0.8

Original issue reported on code.google.com by jozefdra...@gmail.com on 10 Sep 2009 at 12:23

GoogleCodeExporter commented 9 years ago
Thanks for your report

Original comment by JohnnyJianHY on 10 Sep 2009 at 12:34

GoogleCodeExporter commented 9 years ago

Original comment by JohnnyJianHY on 12 Sep 2009 at 2:02

GoogleCodeExporter commented 9 years ago

Original comment by JohnnyJianHY on 12 Sep 2009 at 3:03