Issues
- 1
createMockAndExpectNew does not support collaborators with constructors with Array
#547 opened by GoogleCodeExporter - 0
PowerMockTestCase subclass test crashes
#545 opened by GoogleCodeExporter - 0
Problem while mocking javax.ws.rs.core.Request object with Mockito.mock(Request.class)
#546 opened by GoogleCodeExporter - 1
PowerMockito: Mocking two static methods of two different classes breaks the first mocked static method when the second mocked method is called
#542 opened by GoogleCodeExporter - 0
- 0
MockClassLoader#loadMockClass fails to preserve original ProtectionDomain of classes prepared for test
#544 opened by GoogleCodeExporter - 0
- 2
- 0
Fix in PowerMockMockito 1.6.1 doesn't work for junit 4.12 as version id is 4.12-SNAPSHOT
#540 opened by GoogleCodeExporter - 0
Powermock agent dies with VerifyError
#538 opened by GoogleCodeExporter - 2
- 2
powermock throws loader constraint violation error:when resolving method "org.apache.log4j.LogManager.getLogger
#535 opened by GoogleCodeExporter - 0
Support for Dexmaker Android
#536 opened by GoogleCodeExporter - 2
java.lang.IllegalAccessError when using PowerMock 1.6.0 and Mockito 1.10.16
#533 opened by GoogleCodeExporter - 0
Unable to verifyPrivate a method : maybe a bug in the withArguments method
#534 opened by GoogleCodeExporter - 3
PowerMock doesn't work with JUnit 4.12
#532 opened by GoogleCodeExporter - 9
junit 4.12 throws Field 'fTestClass' was not found in class org.junit.internal.runners.MethodValidator exception
#531 opened by GoogleCodeExporter - 1
Tests Classes cannot inherit another class if we want to use @PowerMockRunnerDelegate with a runner that extends ParentRunner
#530 opened by GoogleCodeExporter - 4
javaagent/java 7 and custom javassist not working together: stack shape inconsistent
#529 opened by GoogleCodeExporter - 0
- 1
Failed to transform class with name com.ibm.ecm.extension.PluginServiceCallbacks. Reason: com.ibm.mm.sdk.server.DKDatastoreICM
#526 opened by GoogleCodeExporter - 1
- 17
- 0
MockGateway not Thread Safe
#525 opened by GoogleCodeExporter - 1
- 0
- 3
Mockito 1.10.x ArgumentCaptor does not work with multi-argument constructor
#521 opened by GoogleCodeExporter - 1
PowerMock not working with Robolectrics
#520 opened by GoogleCodeExporter - 1
- 0
mocks
#518 opened by GoogleCodeExporter - 0
- 1
Mocking breaks Java 8 streams framework.
#516 opened by GoogleCodeExporter - 2
- 0
- 6
- 3
- 3
- 1
- 2
- 5
initializationError occured when run a single method as JUnit test with PowerMockRunner
#508 opened by GoogleCodeExporter - 0
- 8
Powermock / Javassist creates illegal constructors for JDK 1.7.0u65 and 1.8.0u11 with -target 7
#505 opened by GoogleCodeExporter - 3
Using PowerMockRunner, @InjectMocks fails when trying to inject final fields
#506 opened by GoogleCodeExporter - 33
- 1
PowerMockito.mockStatic() failing for class with large static methods
#503 opened by GoogleCodeExporter - 1
- 1
Mock/spy doe not get registered
#502 opened by GoogleCodeExporter - 2
- 2
Build PowerMock source code error
#499 opened by GoogleCodeExporter - 0
"No suitable pipeline found" error when creating JavaFX 8.0 nodes in 3 or more simple PowerMock-assisted unit tests
#498 opened by GoogleCodeExporter