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 replay all functionality
#46
GoogleCodeExporter
closed
9 years ago
2
Upload artifacts to the central repository
#45
GoogleCodeExporter
closed
9 years ago
19
invokeMethod throws NPE when an argument is null when the method cannot be found
#44
GoogleCodeExporter
closed
9 years ago
1
SuppressConstructor some times doesn't work when running a test suite
#43
GoogleCodeExporter
closed
9 years ago
2
mockStaticMethodX should be renamed?
#42
GoogleCodeExporter
closed
9 years ago
1
createPartialMock should support nice and strict mocks as well
#41
GoogleCodeExporter
closed
9 years ago
1
Test should be sorted
#40
GoogleCodeExporter
closed
9 years ago
1
powermock-full.jar contains lot's of non-powermock stuff
#39
GoogleCodeExporter
closed
9 years ago
1
Fail to mock class that directly extends java.lang.Object
#38
GoogleCodeExporter
closed
9 years ago
1
createPartialMock should support private constructors with no arguments
#37
GoogleCodeExporter
closed
9 years ago
1
Remove final from static fields
#36
GoogleCodeExporter
closed
9 years ago
1
Remove final from static fields
#35
GoogleCodeExporter
closed
9 years ago
1
findConstructorOrThrowException and findMethodOrThrowException have critical bugs
#34
GoogleCodeExporter
closed
9 years ago
1
createPartialMock no longer works as expected.
#33
GoogleCodeExporter
closed
9 years ago
2
Mocking fails if class is not public or protected when doing signed mocking.
#32
GoogleCodeExporter
closed
9 years ago
1
Add support for makeThreadSafe
#31
GoogleCodeExporter
closed
9 years ago
2
PowerMock must work with Hamcrest
#30
GoogleCodeExporter
closed
9 years ago
1
Investigate if we can create an Eclipse runner
#29
GoogleCodeExporter
closed
9 years ago
2
Investigate if we can use mocked interface with ducktyping for concrete class
#28
GoogleCodeExporter
opened
9 years ago
2
Investigate if we can check arguments to the constructor with expectNew
#27
GoogleCodeExporter
closed
9 years ago
3
Move WhiteBox methods used by MockGateway to a new class
#26
GoogleCodeExporter
closed
9 years ago
1
Updated documentation to reflect the API documentation
#25
GoogleCodeExporter
closed
9 years ago
1
You shouldn't need to add all classes in a heirarchy when suppression constructors
#24
GoogleCodeExporter
closed
9 years ago
2
Upgrade to javassist 3.9
#23
GoogleCodeExporter
closed
9 years ago
2
PowerMock doesn't work correctly when running a single test case
#22
GoogleCodeExporter
closed
9 years ago
2
PowerMock doesn't work correctly when using cobertura and Maven
#21
GoogleCodeExporter
closed
9 years ago
10
Support recursive partial mocking
#20
GoogleCodeExporter
opened
9 years ago
0
doInvokeMethod method in PowerMock should treat the InvokationTargetException separately
#19
GoogleCodeExporter
closed
9 years ago
1
expectNew(..).andThrow(..) no longer works with checked exceptions.
#18
GoogleCodeExporter
closed
9 years ago
1
suppressMethod should take var args of method names
#17
GoogleCodeExporter
closed
9 years ago
1
Create a compatibility junit runner
#16
GoogleCodeExporter
closed
9 years ago
2
Try PowerMock in other IDE's than Eclipse
#15
GoogleCodeExporter
closed
9 years ago
2
Find out if it's possible to mock native methods using plain EasyMock/EasyMockClassExtensions
#14
GoogleCodeExporter
closed
9 years ago
3
createNiceMock and mockMethodNice must be supported.
#13
GoogleCodeExporter
closed
9 years ago
1
expectNew doesn't throw an error message when invoking a private method if there were to many new instance calls than expected
#12
GoogleCodeExporter
closed
9 years ago
1
Only mock specific calls to new
#11
GoogleCodeExporter
opened
9 years ago
2
We need a better error message when expectNew fails due to too many calls to new.
#10
GoogleCodeExporter
closed
9 years ago
2
SuppressConstructorCode must work for ANY class
#9
GoogleCodeExporter
closed
9 years ago
5
SuppressConstructor doesn't work when using reflection to instansiate a class.
#8
GoogleCodeExporter
closed
9 years ago
1
WhiteBox doInvokeMethod can remove methodToInvoke.setAccessible(true);
#7
GoogleCodeExporter
closed
9 years ago
1
WhiteBox invoke method must handle null
#6
GoogleCodeExporter
closed
9 years ago
1
Matchers doesn't work for arguments with expectPrivate
#5
GoogleCodeExporter
closed
9 years ago
2
verify/replay doesn't work properly when mixing classes and instances
#4
GoogleCodeExporter
closed
9 years ago
3
ExpectNew doesn't work properly when throwing exceptions!
#3
GoogleCodeExporter
closed
9 years ago
3
LICENSE.txt in PowerMock full jar is not correct
#2
GoogleCodeExporter
closed
9 years ago
1
Generate binary release
#1
GoogleCodeExporter
closed
9 years ago
1
Previous