Thoppan / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 0 forks source link

extra classes in powermock-easymock-release-full-1.4.9 #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by nostrebo...@gmail.com on 28 Jun 2011 at 10:14

Attachments: