Mockito Verify examples, usage and best practices.
Also find me here:
Baeldung Author
Eugen Paraschiv
I’m a software engineer with a passion for REST, TDD and clean code, Web Security and Data Mining. Baeldung is about all of these and more.
Here's what I've written (so far):
Baeldung on Java
- All
- Weekly Review (152)
- Spring (33)
- Spring Security (29)
- REST (23)
- Java IO (22)
- HTTP Client-Side (20)
- Jackson (17)
- Data (17)
- Java Collections (12)
- Java (9)
- Testing (8)
- Spring MVC (7)
- Maven (7)
- Spring Persistence (6)
- Persistence (6)
- Java List (6)
- JPA (6)
- Java String (5)
- Spring Web (4)
- Spring Boot (4)
- Spring Data (3)
- JSON (3)
- Security (2)
- Meta (2)
- Java Map (2)
- Java Array (2)
- Cloud (2)
- News (1)
- Java Numbers (1)
- Java Concurrency (1)
- IDE (1)
- Core Java (1)
- Artificial Intelligence (1)
- Architecture (1)
Guava Functional Cookbook
Filed under Java Collections
Guava Predicate and Function examples and usage best practices.
Hamcrest Collections Cookbook
Filed under Java Collections, Testing
Common Hamcrest matchers helpful when working with Collections and arrays.
Error Handling for REST with Spring
Exception Handling for a REST API – illustrate the new Spring recommended approach and earlier solutions.
Guava Ordering Cookbook
Filed under Java Collections
Guava Ordering Cookbook illustrating code examples and nothing else.
Guava Collections Cookbook
Filed under Java Collections
Guava Collections Cookbook illustrating code examples and nothing else.
Properties with Spring and Spring Boot
Filed under Spring Boot
Tutorial for how to work with properties files and property values in Spring.
The DAO with JPA and Spring
How to implement the DAO with JPA in a Spring project.
Hibernate Mapping Exception – Unknown Entity
Filed under Persistence, Spring
Hibernate Mapping Exception – Unknown Entity – causes and solutions.