Commit Graph

573 Commits

Author SHA1 Message Date
panos-kakos cf858a1493 Java 27490 (#15217)
* [JAVA-27490] Set java.version of JDK 9+ profile to JDK 17

* [JAVA-27490] Removed java.version from modules

* [JAVA-27490] Commented modules that are failing

* [JAVA-27490] Clean up

* [JAVA-27490] Clean up
2023-12-05 10:43:20 +05:30
Sam Gardner 75afba12d1 BAEL-7240 Add example code for verifying lambda calls with mockito 2023-12-04 13:18:04 +00:00
timis1 e6501ada07 JAVA-26705 Upgrade lombok to latest version (#15305)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-12-03 21:19:12 +02:00
anuragkumawat e076a171ee JAVA-26736 Upgrade jackson to latest version 2023-11-30 22:54:02 +05:30
edizor 9d20500b64 Update README.md
[skip ci]
2023-11-24 21:38:30 +08:00
davidmartinezbarua 74d24d9b87 Merge pull request #15151 from parthiv39731/PR-7091
BAEL-7091
2023-11-20 16:38:16 -03:00
timis1 40315beb0d JAVA-26733 Upgrade wiremock to the latest version (#15206) 2023-11-20 11:44:00 +02:00
parthiv39731 c76f6a56da Merge branch 'eugenp:master' into PR-7091 2023-11-20 12:50:08 +05:30
edizor 2d538b6582 Update README.md
[skip ci]
2023-11-18 19:08:25 +08:00
parthiv39731 c265dc7041 Merge branch 'eugenp:master' into PR-7091 2023-11-16 20:28:19 +05:30
parthiv39731 f12328011b BAEL-7091
reverted Java 9 snippets
2023-11-16 20:10:00 +05:30
parthiv39731 6a7e63795d BAEL-7091
removed Java 9 snippets
2023-11-15 11:15:27 +05:30
panos-kakos 21eb70547f [JAVA-26719] Upgraded joda-time to latest version (#15189) 2023-11-13 12:00:45 +02:00
davidmartinezbarua 0db917b0ce Merge pull request #15163 from hmdrzsharifi/BAEL-7157
BAEL-7157: Introduce @SelectMethod for Selecting Methods in @Suite Classes in Junit
2023-11-11 14:31:43 -03:00
parthiv39731 cd9ab90fc8 BAEL-7091
Moved to new module
2023-11-10 20:51:43 +05:30
Dmytro Budym 1f609d3aaf Code examples for article: Switching Between Frames Using Selenium We… (#14973)
* Code examples for article: Switching Between Frames Using Selenium WebDriver in Java

* continuation indent 2

* moved to selenium-2 package
2023-11-10 08:38:28 +05:30
Bipin kumar 3fbd2eaab9 JAVA-26001_Q_Z: Fix formatting of POMs for modules Q to Z (#14960) 2023-11-09 13:18:02 +02:00
hmdrz 75a64be865 #BAEL-7157: upgrade dependency version and add extra dependencies 2023-11-09 11:22:48 +03:30
hmdrz b6d28c4446 #BAEL-7157: add main test suite 2023-11-09 11:22:14 +03:30
hmdrz f33372e091 #BAEL-7157: add one extra method 2023-11-09 11:21:54 +03:30
parthiv39731 e9431ce416 BAEL-7091
Formatting fixed
2023-11-06 19:27:07 +05:30
parthiv39731 c61a1dace1 BAEL-7091 Asserting Nested Map with JUnit 2023-11-06 12:24:02 +05:30
edizor 353b0974dd Update README.md
[skip ci]
2023-10-29 06:35:10 +08:00
Liam Williams ab85c88147 Merge pull request #14817 from ashleyfrieze/BAEL-7006-mock-env-variables
BAEL-7006 Create example code for environment variables article
2023-10-20 16:10:20 +01:00
panos-kakos 385d969b7c [JAVA-25960] Upgraded junit-jupiter & junit-platform version 2023-10-08 21:20:41 +03:00
Ashley Frieze b8bf616f3e Added JRE exclusion 2023-10-08 11:55:42 +01:00
edizor bcc3050383 Update README.md
[skip ci]
2023-10-05 19:20:51 +08:00
brokenhardisk 071d0ca2e9 BAEL-6849 Junit Tests for Interfaces in Java (#14847)
* BAEL-6849 Junit Tests for Interfaces in Java

* BAEL-6849 Junit Tests for Interfaces in Java

* BAEL-6849 Junit Tests for Interfaces in Java

* BAEL-6849 JUnit Tests for Interfaces in Java
2023-10-02 10:33:58 +05:30
edizor fe818359cc Update README.md
[skip ci]
2023-09-30 00:21:44 +08:00
Ashley Frieze ece337978c BAEL-7006 Create example code for environment variables article 2023-09-24 12:08:59 +01:00
edizor ed5c1ca1da Update README.md
[skip ci]
2023-09-21 20:25:05 +08:00
edizor 55c63f9911 Update README.md
[skip ci]
2023-09-21 20:15:27 +08:00
edizor 8b50598314 Update README.md
[skip ci]
2023-09-21 20:04:09 +08:00
Jonathan Cook 2e58e30ffa BAEL-6221 Get Mocks from MockedConstruction in Mockito (#14776)
Co-authored-by: jcook02 <jonathan.paul.cook@ext.esa.int>
2023-09-19 18:51:33 +02:00
edizor b032c439b3 Update README.md
[skip ci]
2023-09-16 09:05:48 +08:00
Kai Yuan fc1a1520e4 [assert-regex-match] Assert Regex Matches in JUnit (#14752)
* [assert-regex-match] Assert Regex Matches in JUnit

* [assert-regex-match] remove java version
2023-09-15 16:21:48 -05:00
Shahul Basha f3069c6ebc BAEL-6830 (#14742)
* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments

* BAEL-6830 example changed based on editor review comments
2023-09-10 08:45:10 -07:00
davidmartinezbarua c23598241f Merge pull request #14721 from sam-gardner/BAEL-6729-mock-same-method-different-params
BAEL-6729 Add example code for mocking one method with multiple param…
2023-09-08 14:17:23 -03:00
Shahul Basha 75046a3f32 BAEL-6830 (#14722)
* BAEL-6830 initial commit

* BAEL-6830 clean up code
2023-09-05 17:41:18 -07:00
Sam Gardner 4c7bc8d19a BAEL-6729 Add example code for mocking one method with multiple parameters 2023-09-05 19:18:56 +01:00
Vini 6477f9694a Merge pull request #14658 from TanyaOhotnik/BAEL-6812
BAEL-6812 Test Main Method with JUnit
2023-09-05 17:12:25 +02:00
Tetiana Okhotnik c9ad63f05d BAEL-6812 Test Main Method with JUnit
- fixed missed review comments
2023-09-05 12:07:11 +03:00
Tetiana Okhotnik 2f639b9aab BAEL-6812 Test Main Method with JUnit
- fixed review comments
2023-09-03 23:00:52 +03:00
timis1 23bfd3b1de JAVA-24676 GitHub Issue: Incorrect reference? (#14687)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-09-03 14:16:35 +05:30
Bipin kumar 921ad80d3c JAVA-24381:Changes made for fixing pom indentation for modules starts S to Z (#14645) 2023-08-28 18:30:09 +03:00
panos-kakos 75f85380c5 [JAVA-23099] Upgraded maven-failsafe-plugin to latest version 2023-08-28 08:52:58 +03:00
Tetiana Okhotnik fd6b6aa6d5 BAEL-6812 Test Main Method with JUnit
- added sample to test main method with different architecture
2023-08-25 20:12:50 +03:00
edizor 6f01be64f3 Create README.md
[skip ci]
2023-08-02 21:16:59 +08:00
edizor 4b2e069aa5 Update README.md
[skip ci]
2023-08-02 20:37:55 +08:00
Graham Cox a90532946c BAEL-5847: Property-Based Testing with jqwik (#14489) 2023-07-27 10:53:04 +02:00
edizor dd504e3855 Update README.md
[skip ci]
2023-07-26 15:56:55 +08:00
davidmartinezbarua 37510f10fd Merge pull request #14373 from ukhan1980/BAEL-6697-fail-maven-build-if-coverage-falls
[BAEL-6697] code for jacoco fail build
2023-07-24 19:16:29 -03:00
Ana Peterlić 9b74111078 BAEL-6585 - Unit Testing of System.in with JUnit (#14436)
* BAEL-6585 - Unit Testing of System.in with JUnit

* Rename test classes

* Remane test classes
2023-07-23 09:19:16 +05:30
Hamid Reza Sharifi e34fd4fc22 #bael-3314-new:Update JMockit articles (#14355)
* #bael-3314-new:remove unused method

* #bael-3314-new:change private to protected
2023-07-18 18:21:58 +02:00
Ehsan Sasanianno 5b5e921b22 fix failing tests in selenium-2 due to website change (#14422) 2023-07-17 21:27:08 +05:30
uzma e3db03acda [PV-6697] space after test 2023-07-17 14:19:08 +01:00
edizor 0b578f0a8c Create README.md
[skip ci]
2023-07-13 21:48:52 +08:00
Graham Cox af05aae518 BAEL-6696: Introduction to Selenide (#14379)
* BAEL-6210: Examples for RethinkDB article

* BAEL-6696: Introduction to Selenide
2023-07-09 19:18:15 +02:00
timis1 cff81e0975 JAVA-21486 Split or move selenium-junit-testng module (moved-4) (#14366)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-07-09 17:26:19 +05:30
uzma dc6e611fef [BAEL-6697] code for jacoco fail build 2023-07-07 00:36:48 +01:00
Bipin kumar cd747f077b Java 22625 S to Z (#14332)
* JAVA-22625: Changes made for module T to Z formatting the pom.xml

* JAVA-22625: Changes made for module S  to Z formatting the pom.xml
2023-06-30 16:38:28 +05:30
Hamid Reza Sharifi eea21ae2a0 bael-3314:update jmockit articles (#14320) 2023-06-28 18:14:01 +02:00
Ehsan Sasanianno 6ac079cc26 java-20085: fix selenium failing tests (#14279) 2023-06-22 23:00:27 +05:30
edizor 2ec227acf0 Update README.md
[skip ci]
2023-06-21 17:53:50 +08:00
edizor 313840045d Update README.md
[skip ci]
2023-06-21 17:47:03 +08:00
Gaetano Piazzolla d4c6226aa5 JAVA-22250 | bumping karate to a new version compatible with jdk 17 (#14230)
* JAVA-22250 | bumping karate to a new version compatible with jdk 17

* JAVA-22180 | removed unused lib and added correct scope.
2023-06-18 14:53:46 +05:30
Loredana Crusoveanu 5db672092a Merge pull request #14238 from edizor/master
Update README
2023-06-16 12:49:21 +03:00
davidmartinezbarua fec5f3af14 Merge pull request #14220 from thibaultfaure/article/BAEL-6482
BAEL-6482 Code for the Matching Null With Mockito article
2023-06-15 17:05:53 -03:00
Ana Peterlić dc80d66ef0 BAEL-6432 - Asserting Equality on Two Classes without an Equals Method (#14193) 2023-06-15 21:13:10 +05:30
edizor 7bf3991066 Update README.md
[skip ci]
2023-06-15 23:04:52 +08:00
Loredana Crusoveanu 521847c5ad Merge pull request #14159 from dkapil/task/JAVA-13721_2
JAVA-13721 Removed mockmaker file, not needed with mockito v5+
2023-06-15 11:26:00 +03:00
davidmartinezbarua 38924fb9bc Merge pull request #14183 from thibaultfaure/article/BAEL-6587
BAEL-6587 Code for the Mockito Exception article
2023-06-14 11:24:23 -03:00
panos-kakos 237893ed94 Java 20625 (#14213)
* [JAVA-20625] Opened packages + disabled karate integration until upgrade

* [JAVA-20625] Formatting
2023-06-11 13:13:39 +05:30
thibault.faure d928abe033 BAEL-6482 Code for the Matching Null With Mockito article 2023-06-10 16:30:05 +02:00
edizor a31023faa9 Update README.md
[skip ci]
2023-06-08 22:58:45 +08:00
edizor 0ce665956e Update README.md
[skip ci]
2023-06-08 21:45:22 +08:00
panos-kakos a66251654d Task 20625 (#14164)
* [TASK-20625] Upgraded testing-modules to jdk9-and-above profile

* [TASK-20625] Fixed failing modules

* [TASK-20625] Removed ninja submodule from build

* Update pom.xml

---------

Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-06-06 14:51:21 +05:30
thibault.faure 1e4c42c6d1 BAEL-6587 Code for the Mockito Exception article 2023-06-05 20:19:07 +02:00
Abhinav Pandey 104df66ef8 BAEL-5734 - Mocking private fields (#14085)
* BAEL-5734 - Mocking private fields

* BAEL-5734 - reducing spring version to make it compatible
2023-06-05 09:12:47 +05:30
Michael Olayemi 3ddf5fa6a4 How to Display a Full HTTP Response Body with Gatling (#14148) 2023-06-03 09:12:18 +05:30
Loredana Crusoveanu 2c0482c409 Merge branch 'master' into master 2023-06-02 16:23:25 +03:00
edizor bfd7a0ecf9 Update README.md
[skip ci]
2023-06-02 09:15:32 +08:00
Pedro Lopes dfa2ef7a8e BAEL 6249: Gray Box Testing (#13610)
* test implementation and sut class

* finishing up unit tests

* format

* fix test name

* changing method source name

* creating new module testing-techniques

* fix package name

---------

Co-authored-by: Ashley Frieze <ashley@incredible.org.uk>
2023-05-31 20:32:16 +01:00
Dhawal Kapil 492ff5b888 JAVA-13721 Removed mockmaker file, not needed with mockito v5+ 2023-05-31 23:38:48 +05:30
collaboratewithakash f3ef8b2f85 backlink updated 2023-05-31 16:16:15 +05:30
collaboratewithakash bd37791f56 backlink updated 2023-05-27 16:39:31 +05:30
edizor aac4faa5fe Update README.md
[skip ci]
2023-05-25 23:31:28 +08:00
Bipin kumar 1cdf7489ee JAVA-21189: changes made for formatting modules starting from TVWX (#14107) 2023-05-24 19:38:09 +05:30
Loredana Crusoveanu b688f123db Merge pull request #13922 from dkapil/task/JAVA-13721
JAVA-13721 Format, Fix Package, Upgrade version of all the articles
2023-05-18 11:31:42 +03:00
thibaultfaure 934390aaef BAEL-6246 Fix AppControllerIntegrationTest (#14039)
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-18 07:32:35 +05:30
edizor f96add5372 Update README.md
[skip ci]
2023-05-17 21:08:27 +08:00
thibaultfaure 00ca91bd58 BAEL-6246 Code for the article Send MultipartFile Request with RestAs… (#13803)
* BAEL-6246 Code for the article Send MultipartFile Request with RestAssured

* Fix code style in rest assured integration tests

---------

Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-05-16 19:59:16 +01:00
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
Dmytro Budym f07f239d8d fix SeleniumOpenNewTabLiveTest (#14019) 2023-05-15 23:13:53 +05:30
Dmytro Budym 0a634dfa03 Add code examples for "Opening a New Tab Using Selenium WebDriver in Java" (#14001)
Add code examples for "Opening a New Tab Using Selenium WebDriver in Java"
2023-05-13 19:59:37 -07:00
edizor 4d1d7e01bf Update README.md
[skip ci]
2023-05-11 23:54:53 +08:00
cesarevalenti90 b3b69272fa BAEL-6197 - Execute Tests Based on Active Profile with JUnit 5 (#13776)
* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* BAEL-6255 - Run a Spring Boot application in AWS Lambda

* fix on template.yaml

* fix on template.yaml

* removed log from test

* resolved issues reported on PR

* BAEL-6277 - A Guide To Spring Cloud Azure

First commit

* BAEL-6277 - A Guide To Spring Cloud Azure

Added to README.md the steps to create the secrets

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure

Added the integration Azure Key Vault Properties

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Added one level package keyvault

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

removed target release version

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix compilation of NoSuchElementException

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* Revert "BAEL-6277 - A Guide To Spring Cloud Azure Key Vault"

This reverts commit 1cca1d0d692646001a6d7de106f3a37fb22839ce.

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

fix pom.xml

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

downgrade version to fix jenkins pipeline error

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

comment run on main class

* Revert "reset last commit"

This reverts commit c557fad67f1c15bb384f0af5781430a45121a838.

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#First push

* BAEL-6277 - A Guide To Spring Cloud Azure Key Vault

Revert for new pr

* reset last commit

* reset last commit

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Remove redundant test

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#Format fix

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix from review

* BAEL 6197 - Execute Tests Based on Active Profile with JUnit 5

#fix test name

---------

Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-05-10 17:09:10 -05:00
Michael Olayemi 7f15d46d00 Uploading File using Selenium WebDriver in Java (#13947)
* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java

* Uploading File using Selenium WebDriver in Java
2023-05-08 09:08:08 +05:30