Question: How to use EasyMock with Ares? #307
Unanswered
fritzrehde
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
In the console, do you have a line close to the exception like Your intuition was already quite good, most likely you will need |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use
org.easymockwith Ares. Without configuring any trusted packages/classes, I get the following exception when using easy mock (locally in IntelliJ):Do I just have to add easymock as a trusted package somehow? I tried using
@AddTrustedPackage("org.easymock"), but that resulted in the same error. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions