13 Commits

Author SHA1 Message Date
danielmcnally285
441d470b44 remove public access modifier 2024-01-01 17:43:08 +00:00
danielmcnally285
90ebc6921c rename unit test methods to be more precise 2023-12-29 14:58:56 +00:00
danielmcnally285
975db60d35 use 2147483648 as string for unit tests 2023-12-29 13:59:31 +00:00
danielmcnally285
0efd1c3106 Use 1234567 string for unit tests 2023-12-29 12:57:12 +00:00
danielmcnally285
4ba7ed5d80 string to long primitive or long object unit tests 2023-12-29 11:54:15 +00:00
Mo Helmy
fcc90e0382 This commit is related to BAEL-7341 (#15410)
This commit aims to add a test class "StringToCharListUnitTest" that suggests several ways to convert a string into a list of charachters.
2023-12-13 18:08:38 -05:00
anujgaud
781a1c265a [BAEL-6623] Add code for Convert Object to String (#15000)
* Add Person class

* Add Unit tests for Person class

* Add Person class

* Add PersonWithHashCode class

* Address review comments

* Add PersonUnitTest class

* Add PersonWithHashCodeUnitTest class

* Add missing dependency

* Remove redundant code

* Remove redundant code

* Address review comments

* Address review comments
2023-10-22 09:49:38 +05:30
Kai Yuan
24dcde3d6d [join-str-comma-and] Joining Strings follows natural language grammar (#14941) 2023-10-13 19:41:06 -05:00
MohamedHelmyKassab
d6cedbf2fb This commit related to the article BAEL-6784 (#14900)
This commit aims to add a new test class to split Java String into Key-Value pairs
2023-10-12 09:26:33 +02:00
Loredana Crusoveanu
a6ec9122ea BAEL-6811 move string article to make space for a new one using the same library; delete extra file 2023-09-14 10:01:58 +03:00
MohamedHelmyKassab
5874d1fd15 This PR is for BAEL-6788 (#14563)
This PR aims to add java classes for the HashMap multi values operations with same key
2023-08-12 09:00:00 +02:00
MohamedHelmyKassab
43c4176e9c This commit is for the article BAEL-6788 (#14513)
This commit aims to add a test class (MultiValueHashMapTest) to test the HashMap that allows multiple values to be associated with the same key
2023-08-02 19:47:45 +02:00
Andrew Tarry
5ca5a1e8e7 add value of comparision 2023-05-17 21:23:14 +03:00