Johan Haleby
Johan Haleby
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on March 10, 2015 03:32:31_ I think that the best way to find out is to look at the source code for non-static mocks and port it to...
_From [[email protected]](https://code.google.com/u/116739628974753029977/) on March 12, 2015 13:28:49_ I try to find a solution in the discussion group-> https://groups.google.com/forum/#!topic/powermock/g9gV6cyR-Ng
Maybe someone could help out with a pull request?
_From [[email protected]](https://code.google.com/u/109865693020220977894/) on August 30, 2012 07:15:17_ Any updates on this bug? This is a real blocker for me.
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on August 30, 2012 11:05:14_ Sorry, no updates. Please help out by investigating why this happens.
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on December 05, 2012 12:59:31_ Try extending from PowerMockTestCase and see if you get the same error.
_From [[email protected]](https://code.google.com/u/102199146124355822687/) on January 05, 2013 23:38:50_ Same (similar) issue here with PowerMock 1.5. See attached pom, test case and class under test. Can confirm the problem disappears if I...
_From [[email protected]](https://code.google.com/u/108154979926108717087/) on February 24, 2013 13:34:48_ I think I have a simpler test case. This seems to happen when a mock is created at instantation time. If I set...
_From [[email protected]](https://code.google.com/u/105676376875942041029/) on February 24, 2013 23:17:40_ Thanks for your example. People have run into simliar issues when using mock policies with PowerMock and Mockito 1.9.5. I've committed a work-around...
_From [[email protected]](https://code.google.com/u/109727435219823482454/) on April 17, 2013 03:53:36_ Any process here? Having the same issue, which is very annoying because we would like to upgrade to 1.9.5 to get Java 7...