issues
search
ahmaddarawshi
/
powermock
Automatically exported from code.google.com/p/powermock
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add possibility to declaratively choose what to byte-code manipulate to gain performance
#196
GoogleCodeExporter
opened
9 years ago
0
CgLib cannot proxy extremely large classes
#195
GoogleCodeExporter
opened
9 years ago
1
Whitebox.invokeConstructor may not work as expected with overloaded constructors
#194
GoogleCodeExporter
opened
9 years ago
1
Whitebox.invokeConstructor and newInstance should check for abstract type
#193
GoogleCodeExporter
closed
9 years ago
3
Replace classpool to free up memory after each test case?
#192
GoogleCodeExporter
opened
9 years ago
7
Investigate if mock policies fails when applied in a test suite
#191
GoogleCodeExporter
opened
9 years ago
1
HashMap calls getClass on a mock when it's inserted some times
#190
GoogleCodeExporter
closed
9 years ago
3
findUniqueConstructor must filter PowerMock generated constructor
#189
GoogleCodeExporter
closed
9 years ago
1
PowerMock single jar file release must be split into two
#188
GoogleCodeExporter
closed
9 years ago
1
Fix javadoc for verifyNew
#187
GoogleCodeExporter
closed
9 years ago
1
Whitebox.invokeConstructor should support null
#186
GoogleCodeExporter
opened
9 years ago
2
Test should be prepared for test regardless if the @PrepareForTest is specified or not
#185
GoogleCodeExporter
closed
9 years ago
1
Powermock 1.3 cannot be compiled using JDK 1.5 anymore
#184
GoogleCodeExporter
closed
9 years ago
1
Javadoc for setInternalStateFromContext
#183
GoogleCodeExporter
closed
9 years ago
1
stub should support "andThrow"
#182
GoogleCodeExporter
closed
9 years ago
2
PowerMock cannot be built using Java5 and/or newer version of maven/javadoc plugin
#181
GoogleCodeExporter
opened
9 years ago
2
WhiteBox.setInternalState() does not always work when the argument is created with @Mock
#180
GoogleCodeExporter
closed
9 years ago
3
Tests are not ran when JUnit 4.7 rule is used
#179
GoogleCodeExporter
closed
9 years ago
14
Add TestNG projects to release project if ready
#178
GoogleCodeExporter
closed
9 years ago
1
Fix release project
#177
GoogleCodeExporter
closed
9 years ago
3
Investigate if we can delegate getClass() to real method
#176
GoogleCodeExporter
closed
9 years ago
1
Private inner interface in test class doesn't work
#175
GoogleCodeExporter
closed
9 years ago
3
PowerMock JUnit Runner fails when test class extends TestCase and has an non-zero argument constructor
#174
GoogleCodeExporter
closed
9 years ago
1
Rename invocation to invoke in Mockito API
#173
GoogleCodeExporter
closed
9 years ago
1
MockPolicies should support stub and proxies
#172
GoogleCodeExporter
closed
9 years ago
3
Verification of static private methods must work in Mockito
#171
GoogleCodeExporter
closed
9 years ago
2
Mocking instance methods in final system classes for classes not having a default constructor can fail
#170
GoogleCodeExporter
closed
9 years ago
2
Mockito extension must support mocking instance methods of final system classes
#169
GoogleCodeExporter
closed
9 years ago
2
Verification of private method calls must work in the Mockito API
#168
GoogleCodeExporter
closed
9 years ago
2
Change FieldTypeMatcherStrategy matches?
#167
GoogleCodeExporter
closed
9 years ago
1
Port suppressMethod etc to Mockito API
#166
GoogleCodeExporter
closed
9 years ago
1
@BeforeMethod doesn't work with PowerMock and TestNG
#165
GoogleCodeExporter
closed
9 years ago
3
Mockito should support void static expectations
#164
GoogleCodeExporter
closed
9 years ago
1
ExpectNew probably fails for varargs invocation when var args is not the first parameter
#163
GoogleCodeExporter
closed
9 years ago
7
Investigate if test case always should be prepared for test
#162
GoogleCodeExporter
closed
9 years ago
1
New simple syntax for expecting new
#161
GoogleCodeExporter
opened
9 years ago
0
verifyNoMoreInteractions must work in Mockito
#160
GoogleCodeExporter
closed
9 years ago
1
State cleanup in TestNG runner
#159
GoogleCodeExporter
closed
9 years ago
3
verifyAll should work in Mockito
#158
GoogleCodeExporter
closed
9 years ago
2
Mockito should support mocking new instances
#157
GoogleCodeExporter
closed
9 years ago
1
Incompatibility with SpringFramework : runner conflict
#156
GoogleCodeExporter
opened
9 years ago
12
Create a "createMocksAndInjectTo(tested)" API method
#155
GoogleCodeExporter
opened
9 years ago
1
Add stubbing of private methods
#154
GoogleCodeExporter
closed
9 years ago
1
Default mock policies should work with PowerMockito
#153
GoogleCodeExporter
opened
9 years ago
10
Basic support for TestNG
#152
GoogleCodeExporter
closed
9 years ago
0
replayAll/verifyAll should only replay/verify object that hasn't been replayed/verified before.
#151
GoogleCodeExporter
closed
9 years ago
1
PowerMockIgnorePackagesExtractorImpl should get ignored values in whole hierarchy
#150
GoogleCodeExporter
closed
9 years ago
1
WhiteboxImpl.getField(Class,String) doesn't check for null returned from Class.getSuperclass(), which will happen when thisType is an interface.
#149
GoogleCodeExporter
closed
9 years ago
3
Depecrate Mock annotation and make a new one in respective extension API
#148
GoogleCodeExporter
closed
9 years ago
1
Verification of spied methods fails in PowerMockito
#147
GoogleCodeExporter
closed
9 years ago
1
Next