ACHRAF TAITAI
5f0a95c784
Bael 7757 ( #16485 )
...
* BAEL-7765: How to fix JsonParseException: Unexpected character (code 115) when parsing unquoted JSON in Jackson
* BAEL-7757: How to solve MockitoException: the existing mock registration must be deregistered
2024-04-24 20:07:03 +02:00
Harry9656
6b0c4b9a80
JAVA-26760: Updated and standardized the junit-jupiter-engine library ( #16357 )
...
* JAVA-26760: Updated and standardized the junit-jupiter-engine library
* JAVA-26760: Updated and standardized the mockito-junit-jupiter library
* fix mockito-junit-jupiter properties
* fix maven-custom-plugin/usage-example properties
* Fix quarkus-funqy
* JAVA-26760: Fix NamespacedHierarchicalStore error in junit
2024-04-23 18:45:06 +02:00
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
ACHRAF TAITAI
35dcd94d8a
BAEL-7569: Disallow Mocking Using @DoNotMock with Mockito ( #16155 )
2024-03-17 17:19:34 +01:00
anuragkumawat
a347c74e04
JAVA-29004 Remove parent-java module ( #15477 )
2023-12-27 18:47:23 +02:00
Dhawal Kapil
492ff5b888
JAVA-13721 Removed mockmaker file, not needed with mockito v5+
2023-05-31 23:38:48 +05:30
Dhawal Kapil
c3767c3a91
Merge branch 'master' of https://github.com/eugenp/tutorials into
...
task/JAVA-13721
# Conflicts:
# testing-modules/mockito-simple/pom.xml
2023-05-16 23:10:40 +05:30
Dhawal Kapil
585d1e1575
JAVA-13721 Further formatting of files
2023-05-16 23:06:58 +05:30
Dhawal Kapil
7b8fad5dc9
JAVA-13721 Fixing the formatting
2023-05-16 22:56:17 +05:30
Bipin kumar
87e4bc434f
JAVA-16612: Mock Final Classes and Methods with Mockito article; MockMaker improvement ( #13890 )
2023-05-03 12:36:25 +03:00
Dhawal Kapil
005c68e0a6
JAVA-13721 Format, Fix Package, Upgrade version of all the articles
2023-04-28 20:24:19 +05:30
panos-kakos
0264bb82c8
Java 13914 ( #13083 )
...
* [JAVA-13914] Replaced Junit4 annotations with Junit5
* [JAVA-13914] Replaced Junit4 annotations with Junit5
* [JAVA-13914] Fixed test
* [JAVA-13914] Clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-08 19:47:51 +05:30
freelansam
dc1815c10c
JAVA-14673 - Fix formatting of POMs ( #12722 )
...
* JAVA-14673 - Fix formatting of POMs
* cleanup
2022-09-13 21:22:49 +05:30
Dhawal Kapil
523e01a343
JAVA-13636 Minor cleanup
2022-08-28 20:42:59 +05:30
Dhawal Kapil
bf888fc637
JAVA-13636 Updated Junit5 article
2022-08-28 19:29:37 +05:30
Dhawal Kapil
0406bde4e3
Merge branch 'master' of https://github.com/eugenp/tutorials into
...
task/JAVA-13630
# Conflicts:
# persistence-modules/fauna/pom.xml
2022-08-11 00:03:03 +05:30
Dhawal Kapil
92d27acdb3
JAVA-13634 Cleanup
2022-08-10 23:47:50 +05:30
Dhawal Kapil
143d5f6eed
JAVA-13630 Fixed/Clean Imports
2022-08-10 23:08:14 +05:30
Dhawal Kapil
595aa8fe3b
JAVA-13632 Updated code for Mocking Void Methods with Mockito
2022-08-09 22:41:27 +05:30
Dhawal Kapil
717e3fafdb
JAVA-13629 More fixes and updates ( #12566 )
2022-08-05 01:19:05 +05:30
kwoyke
75db30f1c1
Merge pull request #12538 from dkapil/task/JAVA-13629
...
Task/java 13629
2022-07-31 22:15:33 +02:00
kwoyke
e07dba99a3
Merge pull request #12536 from dkapil/task/JAVA-13628
...
Task/java 13628
2022-07-31 22:13:25 +02:00
Dhawal Kapil
57aa81d552
JAVA-13630 Updated code for Mockito - Using Spies Article
2022-07-31 23:26:36 +05:30
Dhawal Kapil
53629eeb0b
JAVA-13627 Updated code to use assertThatThrownBy instead of assertThrows
2022-07-31 21:57:45 +05:30
Dhawal Kapil
9f31e46b03
JAVA-13629 Added missing tests from Mockito ArgumentMatchers article
2022-07-26 23:31:25 +05:30
Dhawal Kapil
48461ed6cc
JAVA-13628 Minor upgrades
2022-07-26 18:38:10 +05:30
Dhawal Kapil
4e13672a93
JAVA-13627 Removed MockitoMockIntegrationTest as it was a duplicate, other cleanup and API upgrades
2022-07-26 18:23:50 +05:30
Dhawal Kapil
4dab3eb46d
JAVA-12033 Upgraded assertion libraries and minor cleanup
2022-07-26 12:58:41 +05:30
Dhawal Kapil
80a4ca1c2b
JAVA-13625 Updated/upgraded Mockito Annotations Code
2022-07-26 12:41:56 +05:30
Dhawal Kapil
24d4feb541
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