edizor
532494be75
Update README.md
...
[skip ci]
2023-02-17 18:32:41 +08:00
davidmartinezbarua
570e3bc1ca
Merge pull request #13424 from etrandafir93/features/BAEL-6198-junit5_nested_annotation
...
BAEL-6198: junit5 @Nested tests
2023-02-11 12:21:45 -03:00
emanueltrandafir1993
79cb26d04f
BAEL-6198: fixed spacing for line continuation
2023-02-11 13:40:09 +01:00
edizor
bc0ecd5118
Update README.md
...
[skip ci]
2023-02-09 07:26:39 +08:00
Kai Yuan
0e1a3beb99
[x-asserts-in-one] Single Assert Call for Multiple Properties in JUnit5 ( #13413 )
2023-02-04 10:19:19 -06:00
emanueltrandafir1993
b12a58d375
BAEL-6198: renaming
2023-02-04 16:49:19 +01:00
emanueltrandafir1993
fecb0722ee
BAEL-6198: junit5 @Nested tests
2023-02-04 16:40:35 +01:00
edizor
b5c8b3a080
Update README.md
...
[skip ci]
2023-02-02 23:25:16 +08:00
Loredana Crusoveanu
51058e940b
match boot version, update path
2023-02-02 14:25:53 +02:00
timis1
848ae207b7
JAVA-16890 GitHub Issue: FindBugs should be SpotBugs ( #13388 )
...
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-01-31 18:27:08 +05:30
Arman Sharif
7f3f707077
BAEL-6164: Generate unit test data with Instancio ( #13350 )
2023-01-26 16:29:47 -08:00
panos-kakos
9d4f599a1a
[JAVA-16834] Added test case ( #13192 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2023-01-04 20:59:16 +05:30
collaboratewithakash
c67ef1932c
backlink fixed
2022-12-24 17:12:50 +05:30
edizor
769406aa32
Update README.md
...
[skip ci]
2022-12-22 22:06:38 +08:00
freelansam
456652e02b
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
edizor
7fdb06b40e
Update README.md
...
[skip ci]
2022-12-15 15:49:49 +08:00
Carlos Chacin
78124d60dd
[BAEL-5976]: Extract Values using AssertJ in Java ( #13105 )
...
JIRA: https://jira.baeldung.com/browse/BAEL-5976
2022-12-13 16:55:12 -08:00
panos-kakos
0264bb82c8
Java 13914 ( #13083 )
...
* [JAVA-13914] Replaced Junit4 annotations with Junit5
* [JAVA-13914] Replaced Junit4 annotations with Junit5
* [JAVA-13914] Fixed test
* [JAVA-13914] Clean up
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-12-08 19:47:51 +05:30
kwoyke
85fded9b10
Merge pull request #13118 from freelansam/JAVA-16260
...
JAVA-16301: Check Article Code Matches GitHub
2022-12-07 20:59:38 +01:00
AndiCover
2ea3448efa
Bael 4555 selenium tab switching ( #13131 )
...
* BAEL-4555 Added Selenium TabHelper and tab switching live tests
* BAEL-4555 Upgraded Selenium to 4.6.0
* BAEL-4555 fixed naming
Co-authored-by: andicover <w&j3$d9NEcfAQTXfxju9>
2022-12-05 16:08:01 -08:00
collaboratewithakash
bcfa1ee452
Update README.md
2022-12-03 16:50:12 +05:30
freelansam
998415cd47
JAVA-16301: Check Article Code Matches GitHub
2022-12-02 18:45:30 +05:30
Haroon Khan
cbacca44c9
[JAVA-15774] Update JUnit code
2022-11-26 22:21:37 +00:00
edizor
d6a3dd20f3
Update README.md
...
[skip ci]
2022-11-25 15:41:11 +08:00
edizor
c9d99174bb
Update README.md
...
[skip ci]
2022-11-25 14:29:53 +08:00
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
Mateusz Szablak
b55616cdb8
BAEL-5778 @RunWith(SpringRunner.class) vs @RunWith(MockitoJUnitRunner.class) ( #12991 )
2022-11-14 18:03:34 +05:30
Loredana Crusoveanu
926d7d2da8
JAVA-15810 add clarification about deleted files
2022-11-14 12:40:46 +02:00
edizor
1ab08e2bc7
Update README.md
...
[skip ci]
2022-11-11 09:58:17 +08:00
edizor
2987e954fe
Update README.md
...
[skip ci]
2022-11-11 09:35:38 +08:00
edizor
ec240863d7
Update README.md
...
[skip ci]
2022-11-11 09:10:03 +08:00
AndiCover
50f2c39544
Selenium error ( #12924 )
...
* BAEL-5010 added manual and automated selenium setup tests
* BAEL-5010 added manual and automated selenium setup tests
Co-authored-by: aschoeng <andreas.schoengruber@mic-cust.com>
2022-11-09 09:31:14 +05:30
Abhinav Pandey
113c42199a
BAEL-5777 - Mocking a singleton with Mockito ( #12977 )
...
* BAEL-5777 - Mocking a singleton with Mockito
* BAEL-5777 - Mocking a singleton with Mockito - changing test class name
* BAEL-5777 - Mocking a singleton with Mockito - moving to new module
2022-11-07 10:17:03 +05:30
Abhinav Pandey
aeac3c1d3c
BAEL-5846 - Testing methods that call System.exit ( #12952 )
...
* BAEL-5846 - Testing methods that call System.exit
* BAEL-5846 - Testing methods that call System.exit - JMockit implementation
* BAEL-5846 - Testing methods that call System.exit - Changing test case names
* BAEL-5846 - Testing methods that call System.exit - changing test names
* BAEL-5777 - Mocking a singleton with Mockito - review incorporation
2022-11-06 15:39:05 +05:30
edizor
448a318036
Update README.md
...
[skip ci]
2022-11-02 21:12:34 +08:00
panos-kakos
c97bebc822
[JAVA-15438] Added example to showcase @Generated on constructors ( #12946 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-10-29 21:18:12 +05:30
Mahn00rMalik
fad70d5b4e
BAEL-5779: assertAll vs Multiple Assertions in JUnit5 ( #12819 )
...
* Deep vs Shallow copy of an object in java
* update indentaions
* Create a BMI Caclualtor in Java
* Create a BMI Caclualtor in Java
* Delete unused packages
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5708: Create a BMI Calculator in Java
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* Deleting files from core-java-io
* BAEL-5767: Writing an ArrayList of Strings into a Text File
* Removed files from core-java-11-2
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5767:Writing an ArrayList of Strings into a Text File
* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
* BAEL-5779:assertAll vs Multiple Assertions in JUnit5
2022-10-29 11:42:46 +01:00
edizor
4945fbb68d
Update README.md
2022-10-26 22:23:02 +08:00
Eugene Kovko
06ee77d7df
fix: Typo in the version property ( #12884 )
2022-10-18 14:36:35 -07:00
Eugene Kovko
6da922c20a
BAEL-5760: Creating a separate mocks-2 module ( #12882 )
2022-10-16 15:10:50 -07:00
Eugene Kovko
88c31bab42
BAEL-5760: Change test names to BDD format ( #12856 )
...
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2022-10-13 12:47:24 -07:00
collaboratewithakash
b2eabb8250
Update README.md
2022-09-23 14:23:53 +05:30
collaboratewithakash
ef904c707a
Update README.md
2022-09-23 14:19:13 +05:30
freelansam
dc1815c10c
JAVA-14673 - Fix formatting of POMs ( #12722 )
...
* JAVA-14673 - Fix formatting of POMs
* cleanup
2022-09-13 21:22:49 +05:30
panos-kakos
cb8e969f17
[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
Asjad J
aaa85a4010
Update README.md
...
changed the expired link https://www.baeldung.com/mockito-2-java-8 to correct link https://www.baeldung.com/mockito-java-8
2022-09-04 06:11:07 +05:00
Asjad J
6b1e4f6f68
Update README.md
...
changed the expired link https://www.baeldung.com/mockito-2-lazy-verification to correct link https://www.baeldung.com/mockito-lazy-verification
2022-09-04 06:07:40 +05:00
Loredana Crusoveanu
e7c4294e3e
Merge pull request #12661 from dkapil/task/JAVA-13636
...
Task/java 13636
2022-08-31 10:17:27 +03:00
Dhawal Kapil
523e01a343
JAVA-13636 Minor cleanup
2022-08-28 20:42:59 +05:30
Dhawal Kapil
bf888fc637
JAVA-13636 Updated Junit5 article
2022-08-28 19:29:37 +05:30