java-tutorials/testing-modules/mockito-simple
Harry9656 4394e828c1
JAVA-32410: Update mockito-core to version 5.11.0 (#16199)
* JAVA-32410: Update mockito-core to version 5.11.0

* Fix rollback mockito upgrade.

* wip

* WIP: Update jee-7 wildfly versions

* WIP: Fix jersey tests

* WIP: rollback powermock module

* wip: fix test in spring-data-dynamodb

* wip: fix test in spring-security-legacy-oidc

* wip: rollback quarkus

* wip: fix greeter-spring-boot-autoconfigure

* JAVA-33535: Fix spring-core module integration test

JAVA-33535: rollback junit-5 module mockito version.

* Fix byte-buddy

* Fix log4j dependency in apache-poi
2024-04-11 01:26:19 +02:00
..
src BAEL-7569: Disallow Mocking Using @DoNotMock with Mockito (#16155) 2024-03-17 17:19:34 +01:00
README.md JAVA-12032 Move Mockito ebook articles code to common module - mockito-simple- Delete mockito-3 since it had only 1 article which was moved to mockito-simple 2022-07-15 17:52:21 +05:30
pom.xml JAVA-32410: Update mockito-core to version 5.11.0 (#16199) 2024-04-11 01:26:19 +02:00

README.md

Mockito Articles that are also part of the e-book

This module contains articles about Mockito that are also part of an Ebook.

Relevant articles:

NOTE:

Since this is a module tied to an e-book, it should not be moved or used to store the code for any further article.