Commit Graph

35 Commits

Author SHA1 Message Date
timis1
01a073ab89 JAVA-16890 GitHub Issue: FindBugs should be SpotBugs (#13388)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-01-31 18:27:08 +05:30
freelansam
aabfbaad08 JAVA-16301: Check Article Code Matches GitHub 2022-12-02 18:45:30 +05:30
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
chaos2418
fcd8ed7c4f JAVA-8267: updating testing-modules's junit and surefire configurations 2021-11-04 16:56:08 +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
Krzysztof Woyke
555463ce2d JAVA-3295: Fix pom properties in testing-modules 2021-03-24 10:31:09 +01:00
Jonathan Cook
b34af1db74 BAEL-4341 - Add AfterEach annotation instead of BeforeEach on tearDown
method
2020-08-13 09:12:53 +02:00
johnA1331
9922d9d297 Update README.md 2020-07-23 22:11:49 +08:00
Jonathan Cook
be823263dd BAEL-4341 - JUnit test for System.out.println() (#9694)
* BAEL-4198 - Fix Selenium Live Tests

* BAEL-4198

* BAEL-4024 - Taking Screenshots with Selenium WebDriver

* BAEL-4341 - JUnit test for System.out.println()

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-07-13 18:46:32 -07:00
Atanas Gegov
8ee342279d Fix palindrome unit test
One of the test cases was not as described in the test method name. Also corrected formatting in another test case.
2020-04-04 00:57:04 +03:00
johnA1331
1817ab5a37 Update README.md 2020-03-07 11:01:02 +08:00
johnA1331
bd0abd6dcc Update README.md 2020-02-10 15:02:46 +08:00
johnA1331
92f55ecca2 Update README.md 2020-02-05 16:08:11 +08:00
mikr
f224682a8f BAEL-3590 Fix Cucumber Hooks Integration Tests 2020-01-24 09:26:40 +01:00
Eric Martin
9154e9ff57 Merge pull request #8449 from Maiklins/BAEL-3590-cucumber-hooks
BAEL-3590 cucumber hooks
2020-01-04 14:44:37 -06:00
Maiklins
e7823a3051 Update testing-modules/testing-libraries/src/test/java/com/baeldung/cucumberhooks/books/BookStoreWithHooksIntegrationTest.java
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-01-03 18:56:41 +01:00
mikr
f449224819 Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590 2019-12-29 15:41:23 +01:00
mikr
6d4727fe22 Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590 2019-12-29 15:40:04 +01:00
johnA1331
9a70a0634d Update README.md 2019-12-19 18:39:19 +08:00
François Dupire
fdf40ec867 dupirefr/dupire.francois+pro@gmail.com [BAEL-3445] Cucumber Backgrounds (Moved package) (#8350)
* [BAEL-3445] Added Background examples to Cucumber examples

* [BAEL-3445] Copied code to have a package dedicated to the article

* [BAEL-3445] Removed code from other package
2019-12-11 10:25:03 -08:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
François Dupire
4394a14b0b [BAEL-3445] Added Background examples to Cucumber examples (#8319) 2019-12-05 23:17:53 -08:00
Justin Albano
f9fec6a7be BAEL-3444: Fixed calculator unit tests due to incorrect Cucumber glue directory. 2019-12-01 06:51:22 -05:00
Justin Albano
80e31fb880 BAEL-3444: Corrected line continuation formatting 2019-11-19 09:11:25 -05:00
Justin Albano
dfc16d8fc7 BAEL-3444: Updated Maven Cucumber version 2019-11-15 10:50:33 -05:00
Justin Albano
c72db3e57b BAEL-3444: Corrected typo of test method name 2019-11-15 10:24:27 -05:00
Justin Albano
473dc2df5b BAEL-3444: Simplified example steps 2019-11-14 20:50:45 -05:00
Justin Albano
3e80bd3388 BAEL-3444: Renamed parsing logic variables for improved clarity in the context of article. 2019-11-14 15:12:35 -05:00
Justin Albano
8b2595a5c0 BAEL-3444: Added Cucumber data table test cases. 2019-11-14 10:05:44 -05:00
Sjmillington
599df3c706 [BAEL-18364] - moved the findBugs link to testing-modules/testing-libraries, and copied over the sample code from the article 2019-11-02 13:10:11 +00:00
Sjmillington
97de755d75 [BAEL-18364] move spring-rest-*** articles - 1 2019-10-17 17:17:31 +01:00
Loredana Crusoveanu
daad1ef922 remove obsolete runfromjunit module (#7751) 2019-10-01 13:47:40 -07:00
Loredana
1342f75609 small fixes 2019-09-08 15:52:17 +03:00
Loredana
35116b0e69 re-organize testing modules 2019-09-08 15:30:03 +03:00