Commit Graph

46 Commits

Author SHA1 Message Date
panos-kakos
9d19beab66 [JAVA-13964] Upgrade javax-servlet-api to 4.0.1 (#12683)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-09-10 00:01:01 +05:30
Haroon Khan
6d5ae33f5b [JAVA-8355] Move article code to spring-testing-2 module 2021-11-25 19:51:32 +00:00
chaos2418
9f409146f8 JAVA-1672: removing redundant junit-platform-commons declarations 2021-11-05 16:04:59 +05:30
chaos2418
da4027424e JAVA-1664: upgrading parent-boot-2 junit and surefire configurations 2021-11-02 14:51:24 +05:30
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
sampadawagde
bbc0f4f86f JAVA-5223: Fix formatting of POMs (Testing Modules) 2021-05-17 20:23:43 +05:30
kwoyke
dabff61f84 JAVA-4241: Upgrade Spring Boot to 2.4.3 (#10569)
* JAVA-4241: Upgrade Spring Boot to 2.4.3

* JAVA-4241: Fix CharEncodingCheckControllerUnitTest

* JAVA-4241: Upgrade Spring Framework to 5.3.4 in spring-testing

* JAVA-4241: Fix spring-data-commons version setup in spring-caching

* JAVA-4241: Upgrade jetty-reactive-httpclient in spring-5-reactive-client

* JAVA-4241: Disable failing test
2021-03-19 22:37:39 +05:30
Maiklins
8b8ecee23b Java 4278 update override properties article (#10555)
* JAVA-4278 Update "Override Properties" article

* JAVA-4278 Update override properties article (use JUnit 5)

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2021-03-17 00:20:06 +05:30
Gerardo Roza
87a0f2ac14 added junit-vintage-engine dependency to avoid issues with existing JUnit4 tests
These are potential issues, since the dependency is included in the root pom
2021-01-13 10:26:38 -03:00
Krzysztof Woyke
f3ce6aa969 JAVA-3570: Upgrade Spring framework to version compatible with Spring Boot 2.4 in spring-testing 2020-12-14 10:59:45 +01:00
Krzysztof Woyke
a88c5522fd JAVA-3580: Migrate spring-testing to the parent-boot-2 2020-11-20 16:31:01 +01:00
dupirefr
547791188d [JAVA-131] Updated java-hamcrest version property in spring-testing module 2020-03-05 07:51:27 +01:00
Krzysztof Woyke
c30fd97514 BAEL-19988: Migrate spring-testing module to the com.baeldung package 2019-12-19 11:02:46 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
johnA1331
3668446122 Update README.md 2019-10-30 22:00:58 +08:00
Dhawal Kapil
ea0f226cf6 Merge branch 'master' of https://github.com/johnA1331/tutorials into johnA1331-master
# Conflicts:
#	algorithms-miscellaneous-4/README.md
#	algorithms-sorting/README.md
#	gradle-5/README.md
#	java-dates-2/README.md
#	jaxb/README.md
#	jersey/README.md
#	libraries-primitive/README.MD
#	mapstruct/README.md
#	metrics/README.md
#	ml/README.md
#	persistence-modules/sirix/README.md
#	spring-5-data-reactive/README.md
#	spring-5/README.md
#	spring-boot-autoconfiguration/README.md
#	spring-freemarker/README.md
#	spring-mvc-simple-2/README.md
#	spring-mvc-xml/README.md
#	spring-thymeleaf-2/README.md
#	testing-modules/junit-5-advanced/README.md
#	xml/README.md
2019-10-30 05:18:36 +05:30
at508
15bf90a2be [BAEL-2998] - Fix jenkins tests 2019-10-21 22:04:26 -04:00
johnA1331
9161a675b8 Update README.md 2019-10-18 20:37:44 +08:00
Loredana Crusoveanu
b99af28cbe Merge pull request #7435 from amit2103/BAEL-16045-10
[BAEL-16045] - Check Article Code Matches GitHub for https://www.bael…
2019-10-14 22:07:26 +03:00
Priyesh Mashelkar
1d0596f23c BAEL-3300 The Spring TestExecutionListener (#7933)
* Added module for article

* Update pom.xml

* Delete pom.xml

* Update and rename ForecastProcessorTest.java to ForecastProcessorUnitTest.java

* Updated code as per review comments

* Delete .gitignore

* Update pom.xml

* BAEL-2904 Moved files

* BAEL-2904 Deleted files from previous project

* BAEL-2904 Moved classes for method reference article

* Update pom.xml

* BAEL-2904 Updated README.md

* First draft

* BAEL-3300 Added more tests

* BAEL-3300 Removed unused imports

* BAEL-3300 Run dos2unix on README.md
2019-10-07 05:42:45 +02:00
Eric Martin
4d510c9b7d Merge pull request #7857 from at508/master
[BAEL-2998] - Adding example for @DirtiesContext
2019-10-03 21:27:43 -05:00
at508
4881c701fd [BAEL-2998] - ordering and renaming tests for @DirtiesContext example 2019-09-29 23:39:09 -04:00
at508
e25f50fa1b [BAEL-2998] - rearranging test order 2019-09-26 22:58:21 -04:00
at508
bb71b1ec07 [BAEL-2998] - Updating unit test name to match convention 2019-09-23 07:04:22 -04:00
at508
cc827908e0 [BAEL-2998] - Adding example for @DirtiesContext 2019-09-22 22:46:13 -04: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
johnA1331
0308c283a6 Update README.md 2019-08-02 22:08:16 +08:00
amit2103
12325b9be1 [BAEL-16045] - Check Article Code Matches GitHub for https://www.baeldung.com/java-spring-mockito-mock-mockbean article 2019-07-28 16:28:33 +05:30
amit2103
f4a0913e79 [BAEL-15942] - POM Properties Cleanup 2019-07-14 18:40:26 +05:30
Loredana Crusoveanu
ac63ae28ab Merge pull request #7258 from amit2103/BAEL-15321
[BAEL-15321] - Extracted versions into properties
2019-07-07 17:01:45 +03:00
Loredana Crusoveanu
3d5931b0ab Merge branch 'master' into master 2019-07-06 23:27:06 +03:00
amit2103
73ea42d0ae [BAEL-15321] - Extracted versions into properties 2019-07-07 01:08:17 +05:30
collaboratewithakash
524e50f5de Back-link added 2019-07-03 11:17:10 +05:30
Lukasz Rys
2f7638fd37 [ BAEL-2515 ]: Move override tutorial classes to spring-testing module (#7232) 2019-07-02 13:08:35 +02:00
Chirag Dewan
567fe3151c BAEL2941: Using JUnit SpringJUnit4ClassRunner with Parametrized 2019-05-18 19:20:02 +05:30
KevinGilmore
09e7e61901 BAEL-2490 BAEL-2471 BAEL-2738 BAEL-2583 update README.md (#6457)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article
2019-03-03 09:19:12 -06:00
Juan Moreno
f50fc2a9fd Move src to spring-testing module (#6375) 2019-02-20 21:50:34 -06:00
collaboratewithakash
d78915cdda Back-links added - Akash (#5846)
* Back-link formatting issue resolved

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added (please fix the formatting too)

* Back-link added

* Back-link added

* Back-link added

* back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added

* Back-link added
2018-12-06 18:27:24 +01:00
codehunter34
0cd4d76c15 BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing (#5681)
* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* BAEL-2293: Guide to ReflectionTestUtils and uses in Unit Testing

* Update ReflectionTestUtilsUnitTest.java
2018-11-17 11:52:12 -08:00
Rokon Uddin Ahmed
3c35e25015 BAEL-9344 (#5435)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md
2018-10-12 22:22:56 +02:00
rozagerardo
a5acc10bac [BAEL-1626] testing-modules | A Quick Guide to @TestPropertySource - move to existing submodule (#5292)
* *added tests using testpropertysource

* fix: using property for version in pom file

* fix, added dependency with compile scope to build successfully on mvn clean install

* * moved testpropertysource tests from spring-context-tests to spring-tests submodule

* deleted  submodule created for this article, since it was moved
2018-09-19 07:16:10 -07:00
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Tom Hombergs
62acfaea44 added link 2018-07-25 22:43:03 +02:00
priyeshmashelkar
76a4a86ab2 BAEL-1907 Corrected formatting 2018-07-20 11:57:31 +01:00
priyeshmashelkar
225cf6d2f4 BAEL-1907 Created new module spring-testing 2018-07-20 10:45:03 +01:00