Issues
- 1
- 3
Addind an InvocationListener to a mock, after it has been created. More specific, make a mock verbose.
#507 opened by GoogleCodeExporter - 1
Mockito spy is unable to verify protected method call from within an anonymous class
#508 opened by GoogleCodeExporter - 2
Multiple argument matchers within the same test method causing issue.
#505 opened by GoogleCodeExporter - 2
- 1
Support "faking" abstract clases
#503 opened by GoogleCodeExporter - 0
Please push 1.10.x to maven central
#504 opened by GoogleCodeExporter - 4
Feature request/idea - "No more interactions" for a single method only
#501 opened by GoogleCodeExporter - 17
Mockito should provide a mechanism for classes to opt out of mocking: @Unmockable
#499 opened by GoogleCodeExporter - 5
- 7
Mock returning java.util.Optional should return Optional.empty() by default (Java 8)
#497 opened by GoogleCodeExporter - 3
- 2
- 4
Mockito fails to verify JavaFX objects
#495 opened by GoogleCodeExporter - 3
- 1
Mocking interface method that accepts a varargs parameter does not return the mocked value as expected
#494 opened by GoogleCodeExporter - 1
timeout() should use long instead of int
#491 opened by GoogleCodeExporter - 1
Move internal class Whitebox to API
#492 opened by GoogleCodeExporter - 10
@InjectMocks and @Spy cannot be used together when object initialized by mockito
#489 opened by GoogleCodeExporter - 1
How to spy private method
#490 opened by GoogleCodeExporter - 4
Equality of Empty Arrays
#487 opened by GoogleCodeExporter - 1
- 5
PMD with VerificationWithTimeoutTest.java
#486 opened by GoogleCodeExporter - 4
areEqual does not try == operator for trivial equality case and sometimes has unneccessary exceptions
#484 opened by GoogleCodeExporter - 0
- 4
- 1
- 10
Cannot mock/spy Lamda functions
#481 opened by GoogleCodeExporter - 17
Add times(n) to consecutive stubbing
#480 opened by GoogleCodeExporter - 1
How to test extend class in OSGi
#478 opened by GoogleCodeExporter - 2
- 1
- 1
- 7
Stub behavior not called when interface overrides generic method and mock is cast as a super-interface
#475 opened by GoogleCodeExporter - 8
Stubbing methods sometimes fails
#474 opened by GoogleCodeExporter - 1
- 4
Missing javadoc - I don't understand usage
#471 opened by GoogleCodeExporter - 5
- 7
Memory leak/Retained heap in RegisteredInvocations (LinkedList<Invocation> invocations)
#470 opened by GoogleCodeExporter - 1
why named "mockito", "ito" means what?
#469 opened by GoogleCodeExporter - 8
compareTo returns 1 for the same object
#467 opened by GoogleCodeExporter - 1
- 0
Verify times not working correctly after consecutive thenThrow stubs
#466 opened by GoogleCodeExporter - 8
DetectingFinalMethodsTest fails
#465 opened by GoogleCodeExporter - 3
Could not find java.beans.Introspector.getBeanInfo, referenced from org.mockito.cglib.core.ReflectUtils.getPropertiesHelper
#464 opened by GoogleCodeExporter - 2
- 1
Mockito doesn't seem to blank out superclass methods when you mock a sublclass
#463 opened by GoogleCodeExporter - 2
AnyExcept Matchers
#461 opened by GoogleCodeExporter - 7
Hamcrest class conflicts
#459 opened by GoogleCodeExporter - 3
additional AdditionalAnswers
#460 opened by GoogleCodeExporter