Commit Graph

197 Commits

Author SHA1 Message Date
mikr 21b8a4b067 Cucumber hooks - http://jira.baeldung.com/browse/BAEL-3590 2019-12-29 15:40:04 +01:00
chris9408 77d442b02f updated test names 2019-12-27 15:22:38 +02:00
chris9408 d137de913b Merge branch 'master' of https://github.com/chris9408/tutorials into feature/selenium-cookies 2019-12-25 01:15:19 +02:00
chris9408 030c763425 [BAEL-2948] Using cookies with Selenium WebDriver 2019-12-24 21:20:23 +02:00
Loredana Crusoveanu 8914469671 Merge pull request #8403 from johnA1331/master
BAEL-19551
2019-12-20 23:05:44 +02:00
Krzysztof Woyke a8ae650304 BAEL-19988: Migrate rest-testing module to the com.baeldung package 2019-12-19 14:13:18 +01:00
Krzysztof Woyke 5c0f7d09f0 BAEL-19988: Migrate easy-random module to the com.baeldung package 2019-12-19 11:59:44 +01:00
Krzysztof Woyke 40d51fea78 BAEL-19988: Rename org.baeldung package to com.baeldung package 2019-12-19 11:55:26 +01:00
johnA1331 82013334a5 Update README.md 2019-12-19 18:40:58 +08:00
johnA1331 bf1359bda7 Update README.md 2019-12-19 18:39:19 +08:00
johnA1331 78a368dbcb Update README.md 2019-12-19 18:34:18 +08:00
Krzysztof Woyke aca11c38f9 BAEL-19988: Migrate mocks module to the com.baeldung package 2019-12-19 11:17:45 +01:00
Krzysztof Woyke f84ff448c5 BAEL-19988: Migrate spring-testing module to the com.baeldung package 2019-12-19 11:02:46 +01:00
mikr a44e7ad4d6 remove article from readme file as it's already in another modeule 2019-12-15 18:28:40 +01:00
Eric Martin 0e70140e25 Merge pull request #8332 from Maiklins/BAEL-3586
BAEL-3586
2019-12-13 21:35:30 -06:00
François Dupire c8cafe8cd2 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
mikr ff77450cee http://jira.baeldung.com/browse/BAEL-3586 2019-12-08 19:22:06 +01:00
Josh Cummings dda3ef2ae1 Merge pull request #8311 from catalin-burcea/BAEL-18783
[BAEL-18783] - Fix formatting of POMs
2019-12-06 21:53:54 -07:00
Josh Cummings ce9a76e7d5 Merge pull request #8313 from kwoyke/BAEL-19798
BAEL-19798: Make PORT_NUMBER private
2019-12-06 20:19:19 -07:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
François Dupire 8121161b36 [BAEL-3445] Added Background examples to Cucumber examples (#8319) 2019-12-05 23:17:53 -08:00
Krzysiek 9bd4707f44 BAEL-19798: Make PORT_NUMBER private 2019-12-05 19:34:53 +01:00
kwoyke 2dcfc0efb7 BAEL-3231: Add usage example for MockitoJUnit.rule() (#8304) 2019-12-05 23:19:46 +07:00
Loredana Crusoveanu 592d3e27d7 Merge pull request #8295 from kwoyke/BAEL-19798
BAEL-19798: Change port number for KarateIntegrationTest
2019-12-04 21:09:04 +02:00
Josh Cummings dceea7f068 Merge pull request #8127 from amit2103/BAEL-17317-2
[BAEL-17317] - Check article code - https://www.baeldung.com/junit-be
2019-12-03 18:11:03 -07:00
Krzysiek c98b090586 BAEL-19798: Change port number for KarateIntegrationTest 2019-12-02 21:00:02 +01:00
Justin Albano f67a990ce9 BAEL-3444: Fixed calculator unit tests due to incorrect Cucumber glue directory. 2019-12-01 06:51:22 -05:00
Eric Martin 442d82ac66 Merge pull request #8195 from albanoj2/BAEL-3444
BAEL-3444: Cucumber Data Table
2019-11-23 22:42:43 -06:00
johnA1331 9e284972fe Update README.md 2019-11-22 00:10:28 +08:00
Justin Albano 03a1413465 BAEL-3444: Corrected line continuation formatting 2019-11-19 09:11:25 -05:00
Jonathan Cook b4e12c3cbf BAEL-3416 - Mockito and Fluent APIs (#8201)
* BAEL-3416 - Mockito and Fluent APIs
- stage changes

* staging changes

* BAEL-3416 - Mockito and Fluent APIs
2019-11-17 08:44:14 -08:00
Matteo Rossi 6067f9cc3c Add Jenkinsfile & update gatling version (#8198) 2019-11-17 08:39:40 -08:00
Justin Albano 4910f5879a BAEL-3444: Updated Maven Cucumber version 2019-11-15 10:50:33 -05:00
Justin Albano 530507243a BAEL-3444: Corrected typo of test method name 2019-11-15 10:24:27 -05:00
Justin Albano 423a529f56 BAEL-3444: Simplified example steps 2019-11-14 20:50:45 -05:00
Justin Albano b51f276b2c BAEL-3444: Renamed parsing logic variables for improved clarity in the context of article. 2019-11-14 15:12:35 -05:00
Justin Albano 2319130043 BAEL-3444: Added Cucumber data table test cases. 2019-11-14 10:05:44 -05:00
dev-chirag 0451f008be 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
Martin van Wingerden 7f9bfe5cf9 Some README rendering corrections
Corrected sections without spaces
Best practice: add newline after section header
2019-11-07 21:04:14 +01:00
Josh Cummings 6a6b58a280 Merge pull request #8038 from sjmillington/rest-move-1
[BAEL-18364] move spring-rest-*** articles - 1
2019-11-05 21:37:55 -07:00
Loredana Crusoveanu 26e6d89a48 Merge branch 'master' into master 2019-11-02 23:34:32 +02:00
Sjmillington 4350c939eb [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 65cfa6ab2b Fixed conflict 2019-11-02 12:51:10 +00:00
amit2103 c0bab017f9 [BAEL-17317] - Check article code - https://www.baeldung.com/junit-before-beforeclass-beforeeach-beforeall 2019-11-02 16:15:38 +05:30
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00
johnA1331 33998bdac8 Update README.md 2019-10-30 22:12:05 +08:00
Sjmillington f1673ce653 [BAEL-18364] move spring-rest-*** articles - 1 2019-10-17 17:17:31 +01:00