Commit Graph

111 Commits

Author SHA1 Message Date
collaboratewithakash
0f540c938a Update README.md 2022-12-03 16:50:12 +05:30
edizor
926afa1513 Update README.md
[skip ci]
2022-11-02 21:12:34 +08:00
Mahn00rMalik
a1d419d92d BAEL-5779: assertAll vs Multiple Assertions in JUnit5 (#12819)
* Deep vs Shallow copy of an object in java

* update indentaions

* Create a BMI Caclualtor in Java

* Create a BMI Caclualtor in Java

* Delete unused packages

* BAEL-5708: Create a BMI Calculator in Java

* BAEL-5708: Create a BMI Calculator in Java

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* Deleting files from core-java-io

* BAEL-5767: Writing an ArrayList of Strings into a Text File

* Removed files from core-java-11-2

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5767:Writing an ArrayList of Strings into a Text File

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5

* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
2022-10-29 11:42:46 +01:00
collaboratewithakash
dedc6ff64e Update README.md 2022-09-23 14:19:13 +05:30
Dhawal Kapil
8c27a25ae1 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
Loredana Crusoveanu
95e8ee82ec Merge pull request #12114 from Alex-Golub/study/test-order
The Order of Tests in JUnit
2022-05-27 21:41:39 +03:00
anuragkumawat
c6e29902d8 JAVA-11775 Remove usage of deprecated JUnitPlatform.class in junit-5-basics module 2022-04-30 21:49:57 +05:30
Alex Golub
2842bfcf0c Swap these 2 arguments, so they are in the correct order: expected value, actual value 2022-04-22 21:50:24 +03:00
Alex Golub
b14ffd302a Junit4 'assertEquals()' from 'Assert' should be replaced with JUnit5 call to method from 'org.junit.jupiter.api.Assertions' 2022-04-22 21:49:00 +03:00
Alex Golub
cea3dac6ee JUnit5 test classes and methods should have default package visibility 2022-04-22 21:27:02 +03:00
sampadawagde
2c235f232a JAVA-9825: Upgrade log4j version for modules that use log4j-core library
directly
2022-02-09 16:09:44 +05:30
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
chaos2418
35ee789731 JAVA-3591: updating mockito-core to 4.1.0 2021-12-18 13:40:53 +05:30
Loredana Crusoveanu
b559c5834f Merge pull request #11401 from azhwani/BAEL-5113
BAEL-5113: Improve the Test Order Article
2021-11-19 16:41:28 +02:00
Azhwani
fd2ae3452e + Remove junit versions to use those of the main pom 2021-11-19 12:48:29 +01:00
Krzysiek
15a50b8fe2 JAVA-7783: POM properties cleanup 2021-11-16 11:25:14 +01:00
chaos2418
fcd8ed7c4f JAVA-8267: updating testing-modules's junit and surefire configurations 2021-11-04 16:56:08 +05:30
Azhwani
910e6945dc init commit 2021-11-02 20:27:58 +01:00
Azhwani
b846f1039e conflits resolution 2021-11-02 20:25:06 +01:00
Dhawal Kapil
5f9befd0c4 Java 3590 (#11367) (#11380)
* Java 3590 (#11367)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

Co-authored-by: chaos2418 <>

* Java 3590 - fixing integration tests in restx and spring-5-webflux (#11382)

* JAVA-3590: updating junit-jupiter dependency in the main pom.xml

* resolving unnecessary mockito stubbings exception

* adding junit-bom in dependency management

* fixing tests which were not getting discovered

* Revert "fixing tests which were not getting discovered"

This reverts commit 2e9ed8df42.

* fixing tests in ninja, open-liberty and spring-ejb

* removing junit4 dependency and replacing it with junit-vintage-engine

* removing junit4 dependency and replacing it with junit-vintage-engine in testing-modules, maven-modules and aws-lambda

* removing junit dependency and replacing it with junit-vintage-engine

* removing junit and replacing it with junit-vintage-engine

* fixing tests that were not getting discovered due to old version of junit:junit

* updated failsafe plugin configuration to skip integration tests in blade

* fixing tests that were not getting discovered due to old version of junit:junit

* fixing tests in libraries and libraries-2 modules

* fixing integration tests in restx and spring-5-webflux

Co-authored-by: chaos2418 <>

Co-authored-by: chaos2418 <92030908+chaos2418@users.noreply.github.com>
2021-10-29 09:37:04 +05:30
andresluzu
4c7a276fa0 BAEL-5210 JUnit fail assertions use cases (#11314)
Co-authored-by: Andres Luzuriaga <aluzuriaga@proofpoint.com>
2021-10-11 17:00:54 -07:00
nishitgoyal17
53937d8bd6 Nishit/BAEL-4340 executing junit via command line (#11096)
* executing junit via command line

* incorporating review comments

* incorporating review comments
2021-08-23 19:24:13 -05:00
johnA1331
920a0e45c5 Update README.md 2021-07-07 23:31:00 +08:00
sampadawagde
bbc0f4f86f JAVA-5223: Fix formatting of POMs (Testing Modules) 2021-05-17 20:23:43 +05:30
Krzysztof Woyke
41346caa49 JAVA-3596: Fix exec-maven-plugin config in the testing-modules 2021-04-06 22:31:47 +02:00
Krzysztof Woyke
333ffc771b JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
Krzysztof Woyke
232d9bcd05 JAVA-4931: Cleanup surefire config 2021-03-29 15:22:10 +02:00
johnA1331
de6092e477 Update README.md 2020-10-02 13:29:42 +08:00
Meysam Tamkin
891b5fa121 Fix it some changes 2020-09-07 13:35:07 +04:30
Meysam Tamkin
c7d8bfea19 Fix it some changes 2020-09-03 10:16:45 +04:30
Meysam Tamkin
769e35c0fc Add some changes 2020-08-30 19:59:24 +04:30
amit.pandey
7485edccba removed RC versions from pom dependency 2020-07-12 03:00:28 +05:30
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
johnA1331
35a72dfa90 Update README.md 2019-11-22 00:10:28 +08:00
dev-chirag
662e8aeaeb BAEL-3236 Determine the execution time of JUnit Tests (#7985)
* BAEL3236 Execution time Junit

* BAEL3236 Execution time Junit

* BAEL3236 Added more test cases

* BAEL3236 Added more test cases

* BAEL3236 Renaming to integration test

* BAEL3236 Temporary enabling

* BAEL3236 Reverting Integration tests

* BAEL3236 Refactoring TCs

* BAEL3236 Refactoring TCs

* BAEL3236 Removing now unused spring and http client deps

* BAEL3236 Fixing test cases and updating the missed version in pom.xml

* BAEL3236 throwing Exception in TCs
2019-11-13 21:36:39 +00:00
catalin-burcea
c138b81fa4 Split or move testing-modules/junit-5 module - update readmes 2019-10-03 10:57:18 +03:00
Catalin Burcea
160fd28fdd Split or move testing-modules/junit-5 module (#7879) 2019-10-02 21:33:18 -06:00
Sjmillington
ce9ea390ba renamed back to testing-modules, pulled together testing-modules-2 modules into single module 2019-09-04 18:03:26 +01:00
Sjmillington
ff871516ee [BAEL-16669] moved testing-modules/testing modules into relevant folders 2019-08-31 11:38:35 +01:00
Loredana
f1e0397dc0 update links in readmes 2019-08-04 14:19:42 +03:00
amit2103
f021581f3c [BAEL-12826] - Let's break the junit-5 module 2019-07-13 12:27:26 +05:30
Ali Dehghani
0d46cd91b8 Resolved discussions. 2019-05-13 18:36:23 +04:30
Ali Dehghani
f7f6bbe79b Surefire upgrade. 2019-05-13 18:36:23 +04:30
Ali Dehghani
8cab3f616e Added the missing test. 2019-05-13 18:31:15 +04:30
Ali Dehghani
0dd99df208 Adding a test to demonstrate programmatic registration. 2019-05-13 18:31:15 +04:30
Ali Dehghani
97022ca7d3 Added a new constructor for employee extension. 2019-05-13 18:31:15 +04:30
Ali Dehghani
104b0d597f Retrofitted the getConnection method to accept explicit connection props. 2019-05-13 18:31:15 +04:30
Loredana Crusoveanu
4169c6d431 Merge branch 'master' into master 2019-05-11 16:01:13 +03:00
Loredana Crusoveanu
997ec5f4df Merge pull request #6918 from Doha2012/master
add junit5 method order examples
2019-05-10 23:38:37 +03:00
Loredana
6f7ebf8574 fix conflicts 2019-05-10 23:22:52 +03:00