| Author |
PowerMock + tetng + easymock versiong issues
|
Darvesh Niz
Ranch Hand
Joined: May 12, 2008
Posts: 99
|
|
Hello
After we upgrade to maven 3 the powermock functionality is not working. i know a lot of people had issues with version here is the version i am using
testng (5.14.10) + easymock(3.0) + easymockclassextension(3.0) + powermock (1.4.8)
OUr project used to work and we moved to maven3 and i am sure some dependencies got changed.
i wrote a simple Test method to test a Final Class and i get always the error CAnnot subclass final class
below is my code
any insight?
Thanks
|
 |
James Boswell
Ranch Hand
Joined: Nov 09, 2011
Posts: 657
|
|
|
http://docs.oracle.com/javase/tutorial/java/IandI/final.html
|
 |
Darvesh Niz
Ranch Hand
Joined: May 12, 2008
Posts: 99
|
|
sorry i dont understand your answer.
dd you mean i should declare my instance variable inside the setup method as final.
|
 |
 |
|
|
subject: PowerMock + tetng + easymock versiong issues
|
|
|