123
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 28, 2025 — Jun 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs(when-verify): fixes to explanations about redundancy (#3838) More... 4 days ago
Bump graalvm/setup-graalvm from 1.5.5 to 1.5.6 (#3834) More... 8 days ago
Bump actions/checkout from 6 to 7 (#3836) More... 8 days ago
Fixes #2740 : Add mockMaker option to @Spy annotation (#3835) More... 9 days ago
Bump graalvm/setup-graalvm from 1.5.4 to 1.5.5 (#3833) More... 15 days ago
Bump graalvm/setup-graalvm from 1.4.5 to 1.5.4 (#3830) More... 22 days ago
Bump codecov/codecov-action from 6 to 7 (#3831) More... 22 days ago
Fix clearInlineMocks not de-registering singleton mocks (#3829) More... about 1 month ago
Add InOrder verification to MockedStatic (#592) More... about 1 month ago
Fix NotAMockException when using mockSingleton with MockitoJUnit (#3827) More... about 1 month ago
Introduce spyObject (#593) More... about 1 month ago
Improve Gradle agent docs for configuration cache (#3823) More... about 1 month ago
Fixes #3814 : implement package-level clinit suppression (#3815) More... about 2 months ago
Fixes #3818 : Fix data race in InvocationContainerImpl.invocationForStubbing (#3819) More... about 2 months ago
Add comparative benchmarks between mockito-kotlin and MockK (#590) More... about 2 months ago
Update README (#591) More... 2 months ago
Bump codecov/codecov-action from 5 to 6 (#3800) More... 3 months ago
Upgrade Android Gradle Plugin to 8.13.2 (#3812) More... 3 months ago
Upgrade project to use Gradle 9.4.1 (#589) More... 3 months ago
Fixes #2398 : Implement global suppress static initialization leveraging java agent (#3801) More... 3 months ago
Replaces raw generic types with type parameters (#3806) More... 3 months ago
Add helper to mock module-level extension functions (#586) More... 3 months ago
Add first-class support for mocking object singletons (#587) More... 3 months ago
Fix non-deterministic AssertionError when using MockMakers.SUBCLASS (#3406) (#3795) More... 4 months ago
Fixes #3536 : Implement SpyStatic API (#3794) More... 4 months ago
Fix StackOverflowError with AbstractList after using mockSingleton (#3790) More... 4 months ago
Replace mockito-android mock maker implementation with dexmaker-mockito-inline (#3792) More... 4 months ago
fix: make spotless happy More... 4 months ago
Add core API to enable Kotlin singleton mocking (#3762) More... 5 months ago
Avoids mocking private static methods, as well as package-private static methods of java.* classes, as those are primarily internal utilities that will cause non-intuitive changes of methods. This are not invoked for non-static mocks either. Fixes #3778. (#3785) More... 5 months ago