#Mockito
EqualsVerifier 4.2.3 is out!

It contains some small improvements for tests that are run on the module path. Also, it improves on error messages when Mockito is in use.

Check it out at github.com/jqno/equalsv...

#java
github.com
November 15, 2025 at 7:34 PM
Mockito is maybe close to this: github.com/mockito/mock... Every commit is released but as a snapshot. Once a month ish they publish a release version.
GitHub - mockito/mockito: Most popular Mocking framework for unit tests written in Java
Most popular Mocking framework for unit tests written in Java - mockito/mockito
github.com
November 23, 2024 at 8:45 PM
Ken Kousen built OperaGenerator and will present it at UberConf:
github.com/kousen/Op...

It uses multiple AI models to create operas w text, images, narration, & music.

Ken's PragProg books:
pragprog.com/titles/...
https://pragprog.com/titles/mockito

#UberConf #pragprog #book
GitHub - kousen/OperaGenerator: AI opera generator, with images
AI opera generator, with images. Contribute to kousen/OperaGenerator development by creating an account on GitHub.
github.com
July 14, 2025 at 3:01 PM
Fixing tests is like playing a stupid IT version of whack-a-mole.

Just with added awful setup.

Seriously, who combines Mockito and Wiremock to do the same shit?
July 23, 2025 at 10:28 AM
Looking back on 25 years of Java programming I never used a mocking framework like Mockito or EasyMock in any project.
May 9, 2025 at 3:17 PM
Quando o mock mocka o mockador revisitado: atuando em escopos fechados e com nível estrito. Em breve um defensor do Mockito e suas utilidades quando bem utilizado :)
November 7, 2024 at 1:22 AM
alternatively, The Mockito
June 10, 2025 at 9:44 PM
🚀 Master Core Java & Full Stack Java from scratch!
🔗 Register: tr.ee/m87RNl

📅 Free Demo 21st to 27th Aug | ⏰ 11 AM IST
👨‍🏫 By Mr. Mahendra

#JavaProgramming #FullStackDev #LearnJava #TechTraining #CodeBetter
August 19, 2025 at 11:40 AM
Doesn't it seem to be a people problem not a tool problem? I mean you can have a dependency management section where you provide the default scopes.

Out of curiosity how many times have you seen people using JUnit and Mockito in compile scope?
February 19, 2025 at 11:46 AM
Who instruments the instrumenters? Fixing bugs in Spring Boot and Mockito by instrumenting them.

#instrumentation #java #mockito #springboot

foojay.io/today/who-ins...
Who instruments the instrumenters?
Have you ever wondered how libraries like Spring and Mockito modify your code at run-time to implement all their advanced features?
foojay.io
June 2, 2024 at 5:55 PM
Java Backend developer Java Backend developer McLean, VA Need Local only Long Term Contract   Java/SpringBoot/Angular/MongoDB/Kubernetes/Cypress Java Backend developer with Java SpringBoot Hibernate PostgreSQL JUnit and Mockito   …

Interest | Match | Feed
Origin
corptocorp.org
October 6, 2025 at 6:40 PM
Another day, another fight against "cool code": adding a cache in Quarkus means adding @CacheResult on methods, and then spending 2 days trying to figure out how to fix the tests that suddenly do not even start because the automagic annotation clashes with @QuarkusTest, PanacheMock and Mockito.
March 12, 2025 at 10:21 AM
Perco mais tempo tentando corrigir testes com o Mockito do que os bugs que esses testes encontram!
March 20, 2025 at 3:11 PM
Après des années à faire la fine bouche pour ne pas utiliser de framework de mocks, j'ai joué avec Mockito en Java la semaine dernière et unittest.mock de Python cette semaine.
November 27, 2024 at 3:46 PM
💻 Build your future with Core & Full Stack Java 🚀
🗓 8th Sept | ⏰ 7:30 PM IST

🔗 Register Link: tr.ee/h5hLYu

#NareshIT #JavaDeveloper #CodingSkills #CareerGrowth #NareshTechnologies
September 4, 2025 at 12:33 PM
Continuamos hablando de pruebas unitarias en el tutorial del lenguaje de programación Java, y hoy, publico la parte 155; agregaremos la librería Mockito a nuestro proyecto y desarrollaremos algunas pruebas con esta herramienta.

https://youtu.be/L7N5rm68iyA

##Tutorial ##Java
December 9, 2024 at 7:05 PM
Good talk on quality by Simon Pilkington, highlighting Smockable a Swift version of Mockito

github.com/tachyonics/s...
October 3, 2025 at 11:05 AM
EqualsVerifier 4.0.1 is out!

It fixes a small bug concerning enums and the new Mockito integration.

Check it out at github.com/jqno/equalsv...

#java
github.com
June 10, 2025 at 7:25 AM
I just published “Using JUnit 5 with Spring Boot 2, Kotlin and Mockito”

medium.com/p/using-junit-…
Using JUnit 5 with Spring Boot 2, Kotlin and Mockito
A bit of a mouthful, but not that hard to get working ;-)
medium.com
November 30, 2024 at 12:05 AM
Status: apanhando pra aprender testes unitários e Mockito
June 23, 2025 at 1:39 AM
So kind of something that employees can enter:
"I can do Java, Kotlin, Android, Gradle, Mockito, Pair Programming, …" and they can enter how proficient they are.
Later on, users should be able to search for others based on skills, location etc.
Any ideas?
December 20, 2024 at 11:51 PM
I don’t know much about testing, but I had to do some test cases. I was working with Java, Mockito and TestNG.

I’ve been trying to defend a philosophy with my colleagues, that is “mock the behavior”. If a method transforms an object, mock it and verify the method did the same. Am I missing smth?Thx
November 10, 2024 at 6:48 PM