Commit Graph

561 Commits

Author SHA1 Message Date
kwoyke
4b947199f9 BAEL-4659: Upgrade Cucumber to 6.8.0 (#10115) 2020-10-02 19:28:05 +02:00
johnA1331
de6092e477 Update README.md 2020-10-02 13:29:42 +08:00
johnA1331
26cabd6fb3 Update README.md 2020-10-02 13:26:20 +08:00
Loredana Crusoveanu
3fb80e088c Merge pull request #10029 from Maiklins/Java-2136-update-jackson-version-in-main-pom
Java-2136 update jackson version in main pom
2020-09-30 10:53:54 +03:00
Loredana Crusoveanu
5acad136c9 Merge pull request #10083 from johnA1331/master
BAEL-27981 - add links to github-baeldung articles
2020-09-25 16:08:31 +03:00
bfontana
fdb711a228 Merge pull request #10074 from eugenp/bfontana/BAEL-4337
BAEL-4337 - Conditionally ignoring or running tests in JUnit 4
2020-09-23 21:20:30 -03:00
johnA1331
2de07191d0 Create README.md 2020-09-24 03:34:17 +08:00
Bruno Fontana
0ef8e39af1 Fixing formatting issues. 2020-09-22 20:54:25 -03:00
Bruno Fontana
7f28bb4828 Assume Class examples redone. 2020-09-22 18:21:24 -03:00
Krzysiek
e10dd88b21 JAVA-2977: Get rid of the unused spring*boot* properties 2020-09-21 21:15:03 +02:00
Loredana
21404f412c Merge branch 'master' of https://github.com/eugenp/tutorials 2020-09-18 12:04:36 +03:00
Jonathan Cook
5289ea242b BAEL-4437 - System Rules (#10047)
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-09-17 14:22:49 -07:00
johnA1331
b207abc099 Update README.md 2020-09-16 23:48:50 +08:00
johnA1331
4eb645eb1b Update README.md 2020-09-16 23:01:10 +08:00
johnA1331
bbbf0c609c Update README.md 2020-09-16 22:57:59 +08:00
mikr
688bc54bce Java-2136 Use Jackson version from main pom in all other applicable modules 2020-09-14 13:11:59 +02:00
kwoyke
11a77301c0 JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE (#9985)
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE

* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Add joda-time version

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Use MongoClients factory instead of MongoClient directly

* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Switch back to default bootstrap mode for JPA

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface

* JAVA-2563: Use OutputCaptureRule instead of OutputCapture

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Add spring-boot-starter-validation dependency

* JAVA-2563: Fix Jackson dependency

* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest

* JAVA-2563: Replace validation-api with spring-boot-starter-validation

* JAVA-2563: Fix usage of deprecated getErrorAttributes method

* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE

* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
bfontana
cda86e09d2 Merge pull request #9948 from meysam/master
BAEL-4336 @BeforeAll and @AfterAll Methods as a non-static
2020-09-10 20:06:11 -03:00
Meysam Tamkin
891b5fa121 Fix it some changes 2020-09-07 13:35:07 +04:30
fanatixan
4c07727da9 added code snippets for bael-4554 (#9979) 2020-09-06 19:13:25 -07:00
Meysam Tamkin
c7d8bfea19 Fix it some changes 2020-09-03 10:16:45 +04:30
Mona Mohamadinia
c5d622875a BAEL-4530: A Guide to @DynamicPropertySource in Spring (#9877)
* A Guide to @DynamicPropertySource in Spring

* Moving to a new module

* Reverting the Changes in the original module
2020-08-31 16:43:13 +01:00
Jonathan Cook
0abf0d2d4e Merge pull request #9854 from vishal1023/master
AssertEquals 2 Lists ignore order
2020-08-30 21:48:51 +02:00
Meysam Tamkin
769e35c0fc Add some changes 2020-08-30 19:59:24 +04:30
Vishal
99ac49130c Add tests for AssertJ example and update assertj-core dependency version. 2020-08-23 10:35:43 +05:30
johnA1331
3a75b23357 Update README.md 2020-08-20 13:07:18 +08:00
Vishal
f621693bdd Refactor | Add common formatting, remove comments, update test class name,follow test method naming convention and use Junit5 2020-08-17 18:06:30 +05:30
Loredana Crusoveanu
5b2f78ae65 Merge pull request #9773 from eugenp/BAEL-16668-v2
Bael 16668 v2
2020-08-13 17:13:32 +03:00
Jonathan Cook
b34af1db74 BAEL-4341 - Add AfterEach annotation instead of BeforeEach on tearDown
method
2020-08-13 09:12:53 +02:00
Vishal
e3d787a3c8 Add unit test to assert two list equality without considering order of elements in it. 2020-08-12 09:57:39 +05:30
kwoyke
c59b4cf94d BAEL-3415: Get rid of the MockitoAnnotations.initMocks (#9787) 2020-07-30 07:50:21 +02:00
davidmartinezbarua
656ca6eae1 Merge pull request #9729 from developerDiv/argumentcaptor
BAEL-4261 - ArgumentMatcher with Stubbing
2020-07-29 23:56:33 -03:00
Loredana
0c0dbe8750 article was moved to mockito-2; remove duplicate methods from mockito module 2020-07-27 12:01:55 +03:00
developerDiv
888926fe73 Rename DeliveryPlatform send method to 'deliver' to aid readability and avoiding confusion with EmailService.send method
Re-arrange order of mocks and inject mocks

Rename argument matcher and captor tests
2020-07-26 17:08:44 +01:00
johnA1331
9922d9d297 Update README.md 2020-07-23 22:11:49 +08:00
johnA1331
e9960f2846 Update README.md 2020-07-23 21:06:51 +08:00
developerDiv
445d0ecf61 Add static class to 'eq' and 'when' for greater readability. 2020-07-21 21:32:40 +01:00
developerDiv
8b2fe7b8a8 Rename tests 2020-07-19 15:44:48 +01:00
developerDiv
c9a65c76e2 Initial commit of ArgumentCaptor 2020-07-19 09:35:35 +01:00
bfontana
573fa1c3fa Merge pull request #9648 from dpgarrett/danielg/conditionally-ignoring-tests-in-junit
BAEL-4337 Conditionalling ignoring tests in JUnit 4
2020-07-16 21:09:58 -03: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
Daniel Garrett
0e82be2587 fix: replace * imports with single imports: 2020-07-13 10:07:50 +01:00
Josh Cummings
177cd880a7 Merge pull request #9685 from amit2103/JAVA-2119
removed RC versions from pom dependency
2020-07-11 18:12:34 -06:00
amit.pandey
7485edccba removed RC versions from pom dependency 2020-07-12 03:00:28 +05:30
amit.pandey
c03b88763e used properties defined in parent pom 2020-07-12 00:06:27 +05:30
Daniel Garrett
6a3a2a2fdc feat: add test for assumeFalse 2020-07-07 16:14:30 +01:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
Daniel Garrett
b296241de6 fix: rename test 2020-07-06 11:15:35 +01:00
Daniel Garrett
8b38a2f28c feat: add class to conditionally ignore unit tests 2020-07-06 11:07:36 +01:00
Jonathan Cook
11190fd901 BAEL-4198 - Fix Selenium Testing module (#9611)
* BAEL-4198 - Fix Selenium Live Tests

* BAEL-4198

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-06-29 14:13:26 -07:00