You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the powermock-easymock-release-full jar contains more org.powermock.reflect classes (org.powermock.reflect.internal.matcherstrategies to be exact) than are in the powermock-reflect jar.
I have several test classes that fail with the error
FAILED CONFIGURATION: @BeforeClass setUpClass
java.lang.IllegalArgumentException: Cannot subclass final class ...
when using the powermock-reflect jar but run successfully when using powermock-easymock-release-full jar
From nostrebo...@gmail.com on June 29, 2011 00:14:03
the powermock-easymock-release-full jar contains more org.powermock.reflect classes (org.powermock.reflect.internal.matcherstrategies to be exact) than are in the powermock-reflect jar.
I have several test classes that fail with the error
FAILED CONFIGURATION: @BeforeClass setUpClass
java.lang.IllegalArgumentException: Cannot subclass final class ...
when using the powermock-reflect jar but run successfully when using powermock-easymock-release-full jar
Attachment: powermock-reflect-1.4.9.jar powermock-easymock-release-full-1.4.9.jar
Original issue: http://code.google.com/p/powermock/issues/detail?id=335
The text was updated successfully, but these errors were encountered: