newto...@gmail.com
unread,Jul 28, 2013, 9:21:40 AM7/28/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to powe...@googlegroups.com
Hi,
I need to assign a mock to a private static final field, and was under the impression that Whitebox.setInternalState would handle that.
However, when the field is final, if fails with an IllegalAccessException.
Thoughts?