issues
search
hientran1985
/
mockito
Automatically exported from code.google.com/p/mockito
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mockito spy is unable to verify protected method call from within an anonymous class
#508
GoogleCodeExporter
opened
8 years ago
1
Addind an InvocationListener to a mock, after it has been created. More specific, make a mock verbose.
#507
GoogleCodeExporter
opened
8 years ago
3
Mockito spy fail to handle abstraction correctly
#506
GoogleCodeExporter
closed
8 years ago
1
Multiple argument matchers within the same test method causing issue.
#505
GoogleCodeExporter
opened
8 years ago
2
Please push 1.10.x to maven central
#504
GoogleCodeExporter
opened
8 years ago
0
Support "faking" abstract clases
#503
GoogleCodeExporter
opened
8 years ago
1
Argument Captor argument is not correct in the documentation.
#502
GoogleCodeExporter
opened
8 years ago
2
Feature request/idea - "No more interactions" for a single method only
#501
GoogleCodeExporter
opened
8 years ago
4
Problem with mocking not overriden method which uses generics
#500
GoogleCodeExporter
opened
8 years ago
5
Mockito should provide a mechanism for classes to opt out of mocking: @Unmockable
#499
GoogleCodeExporter
opened
8 years ago
17
PowermockitoRunner failes with Java 7u65 and Java 8u11
#498
GoogleCodeExporter
closed
8 years ago
3
Mock returning java.util.Optional should return Optional.empty() by default (Java 8)
#497
GoogleCodeExporter
opened
8 years ago
7
Add warning about stubbing the final methods in documentation
#496
GoogleCodeExporter
closed
8 years ago
2
Mockito fails to verify JavaFX objects
#495
GoogleCodeExporter
closed
8 years ago
4
Mocking interface method that accepts a varargs parameter does not return the mocked value as expected
#494
GoogleCodeExporter
closed
8 years ago
1
Get class of object, superclass if mocked object
#493
GoogleCodeExporter
opened
8 years ago
3
Move internal class Whitebox to API
#492
GoogleCodeExporter
opened
8 years ago
1
timeout() should use long instead of int
#491
GoogleCodeExporter
closed
8 years ago
1
How to spy private method
#490
GoogleCodeExporter
closed
8 years ago
1
@InjectMocks and @Spy cannot be used together when object initialized by mockito
#489
GoogleCodeExporter
closed
8 years ago
10
Mockito+Dexmaker is not working in Android test project
#488
GoogleCodeExporter
opened
8 years ago
1
Equality of Empty Arrays
#487
GoogleCodeExporter
closed
8 years ago
4
PMD with VerificationWithTimeoutTest.java
#486
GoogleCodeExporter
closed
8 years ago
5
Non reflexive equals contracts confuses stubbing invocations
#485
GoogleCodeExporter
opened
8 years ago
0
areEqual does not try == operator for trivial equality case and sometimes has unneccessary exceptions
#484
GoogleCodeExporter
closed
8 years ago
4
org.mockitousage.misuse.DetectingFinalMethodsTest
#483
GoogleCodeExporter
closed
8 years ago
1
passing custom failure message to Mockito.verify
#482
GoogleCodeExporter
closed
8 years ago
4
Cannot mock/spy Lamda functions
#481
GoogleCodeExporter
opened
8 years ago
10
Add times(n) to consecutive stubbing
#480
GoogleCodeExporter
closed
8 years ago
17
times() verification is not exact when used with a timeout
#479
GoogleCodeExporter
opened
8 years ago
2
How to test extend class in OSGi
#478
GoogleCodeExporter
closed
8 years ago
1
How to test private function in a puiblic class
#477
GoogleCodeExporter
closed
8 years ago
1
MethodNotFoundException occurs when mocking multiple interfaces
#476
GoogleCodeExporter
opened
8 years ago
1
Stub behavior not called when interface overrides generic method and mock is cast as a super-interface
#475
GoogleCodeExporter
opened
8 years ago
7
Stubbing methods sometimes fails
#474
GoogleCodeExporter
opened
8 years ago
8
Warning : "Note: Recompile with -Xlint:unchecked for details."
#473
GoogleCodeExporter
opened
8 years ago
1
Stubbing SuperClass Method Called From Overridden SubClass Method
#472
GoogleCodeExporter
closed
8 years ago
5
Missing javadoc - I don't understand usage
#471
GoogleCodeExporter
opened
8 years ago
4
Memory leak/Retained heap in RegisteredInvocations (LinkedList<Invocation> invocations)
#470
GoogleCodeExporter
closed
8 years ago
7
why named "mockito", "ito" means what?
#469
GoogleCodeExporter
closed
8 years ago
1
UnfinishedStubbingException with JDK 7 and SortedSets
#468
GoogleCodeExporter
opened
8 years ago
1
compareTo returns 1 for the same object
#467
GoogleCodeExporter
closed
8 years ago
8
Verify times not working correctly after consecutive thenThrow stubs
#466
GoogleCodeExporter
opened
8 years ago
0
DetectingFinalMethodsTest fails
#465
GoogleCodeExporter
opened
8 years ago
8
Could not find java.beans.Introspector.getBeanInfo, referenced from org.mockito.cglib.core.ReflectUtils.getPropertiesHelper
#464
GoogleCodeExporter
opened
8 years ago
3
Mockito doesn't seem to blank out superclass methods when you mock a sublclass
#463
GoogleCodeExporter
closed
8 years ago
1
Support Collection injection of Mocks/Spies
#462
GoogleCodeExporter
opened
8 years ago
2
AnyExcept Matchers
#461
GoogleCodeExporter
opened
8 years ago
2
additional AdditionalAnswers
#460
GoogleCodeExporter
opened
8 years ago
3
Hamcrest class conflicts
#459
GoogleCodeExporter
closed
8 years ago
7
Next