> -----Original Message-----
> From:
moc...@googlegroups.com [mailto:
moc...@googlegroups.com] On Behalf
> Of Szczepan Faber
> Sent: Friday, May 09, 2014 2:43 AM
> To:
moc...@googlegroups.com
> Subject: Re: [mockito] How to get original class of a mocked object for
> reflection purposes?
>
> >However, it occurred to me that perhaps Mockito already provides a way
> for me to detect that a particular object is a mock object, and if so, to
> get the original class of the object. Is that possible?
>
> There is no public API that could satisfy this. It could be added as a
> new method to MockingDetails.
Ok. I've filed an issue at least. This sounds like something I should be able to do myself. I'll report back on the ticket.