Commit Graph

16535 Commits

Author SHA1 Message Date
Cavero Barca
0338d5fa39 Rename the class to separate functionality from what the class is about 2020-01-27 13:01:50 +01:00
Cavero Barca
d585a22ba4 Undo the test fixing because is a wrong behavior in Windows 2020-01-15 00:37:13 +01:00
Cavero Barca
8f4893fb8b Update README file 2020-01-15 00:29:44 +01:00
Cavero Barca
3a7c278fe0 Add JMH dependency and shade the jar. Include examples to avoid contains() case insensitive behavior 2020-01-15 00:21:50 +01:00
Cavero Barca
83ccbee472 Fix one of the tests modifying "," by "." 2020-01-15 00:20:15 +01:00
chris9408
210e4b05d0 [BAEL-3463] - Big Queue (#8517) 2020-01-13 12:17:54 -08:00
aitorcuesta
8530388c5c BAEL-3678 - Moving from java-numbers-2 to java-numbers-3 (#8521) 2020-01-13 09:26:57 -08:00
kwoyke
23874fb31e BAEL-3729: Use entityManagerFactory method name to match the code in the article (#8519) 2020-01-13 06:24:24 +01:00
Eric Martin
6ff4e49984 Merge pull request #8456 from SmartyAnsh/BAEL-3596_Asynchronous_Method_Calls_in_Java
Bael 3596 asynchronous method calls in java
2020-01-10 20:13:04 -06:00
aitorcuesta
0b62119737 BAEL-3678 - Generating Random Numbers - Initial commit (#8491)
* BAEL-3678 - Initial commit

* BAEL-3678 - Test added

* BAEL-3678 - Generated multiple methods and tests

* BAEL-3678 - Test improvement
2020-01-10 13:48:48 -08:00
Tapan Avasthi
c7665cd1cf BAEL-3484: Partitioning and Sorting an Array With Many Repeated Entries (#8369) 2020-01-10 16:04:18 +00:00
Eugen
521473e3f9 Update README.md 2020-01-10 08:49:50 +02:00
François Dupire
51f5bf282f dupirefr/dupire.francois+pro@gmail.com [BAEL-3488] Timer Class (#8468)
* [BAEL-3488] Added examples and tests

* [BAEL-3488] Moved code to core-java-date-operations-2 module

* [BAEL-3488] Added assertj library to maven dependencies
2020-01-09 16:06:52 -08:00
kwoyke
20f9cf6f62 BAEL-3733: Fix integration tests (#8500) 2020-01-09 22:21:14 +01:00
Loredana Crusoveanu
31b185efb7 Merge pull request #8503 from eugenp/lor6-patch-1
Update pom.xml
2020-01-09 23:00:35 +02:00
Loredana Crusoveanu
c0345d637c Update pom.xml 2020-01-09 22:58:18 +02:00
Priyesh Mashelkar
7366c57fe6 BAEL-3499 Added files for article (#8498) 2020-01-09 19:14:55 +01:00
kwoyke
4b24c5c296 BAEL-3741: Add usage examples of @TestPropertySource (#8493) 2020-01-09 19:07:20 +01:00
kwoyke
4805a295cb BAEL-3723: Add missing code - SecurityWebApplicationInitializer (#8492) 2020-01-09 19:04:26 +01:00
Vijay Palaniappan S
4899959adb Added Create Date class & Unit Tests for all the cases (#8499) 2020-01-09 09:58:12 -08:00
Anshul BANSAL
647cef2ec7 Merge branch 'BAEL-3596_Asynchronous_Method_Calls_in_Java' of https://github.com/SmartyAnsh/tutorials into BAEL-3596_Asynchronous_Method_Calls_in_Java 2020-01-09 11:38:49 +02:00
Anshul BANSAL
89f3dd5f8a BAEL-3596 - extracted the version numbers into properties 2020-01-09 11:34:28 +02:00
Jonathan Cook
06f4aced25 Merge pull request #8486 from M-Abdelbaset/BAEL-3652/JMockit_partial_mocking
BAEL-3652/JMockit_partial_mocking
2020-01-09 08:41:56 +01:00
Eric Martin
1281abb5b7 Merge pull request #8463 from wugangca/BAEL-3656
BAEL-3656 Read Numeric Strings in Excel Cells as a String with Apache…
2020-01-08 21:24:05 -06:00
Gang
fd35d741b7 BAEL-3656 Fix typos in the unit test names. 2020-01-08 20:07:32 -07:00
Loredana Crusoveanu
f62a4c11af Merge pull request #8496 from eugenp/lor6-patch-1
Update WebserviceUnitTest.groovy
2020-01-08 21:57:39 +02:00
m.raheem
85e8b654e1 first review round changes 2020-01-08 21:07:33 +02:00
Loredana Crusoveanu
1b89f003e6 Update WebserviceUnitTest.groovy 2020-01-08 21:01:45 +02:00
m.raheem
00f74c251e modifying partialMocking() 2020-01-07 21:28:46 +02:00
Josh Cummings
690643050a Merge pull request #8483 from sandy03934/BAEL-3283
BAEL-3283 - Moved the code to a single package meant for the themes t…
2020-01-07 07:22:00 -07:00
Josh Cummings
93e61a886b Merge pull request #8476 from kwoyke/BAEL-19956
BAEL-19956: Use jar packaging type
2020-01-07 05:56:25 -07:00
sandip singh
815b0e698e BAEL-3283 - Moved the code to a single package meant for the themes tutorial. 2020-01-07 09:25:52 +05:30
Eric Martin
da6aa28fc2 Merge pull request #8374 from tinomthomas/master
BAEL- 3482
2020-01-06 19:54:35 -06:00
kwoyke
dd9da8c07e BAEL-3693: Rename test methods (#8482) 2020-01-06 21:36:38 +01:00
Anshul Bansal
801c32e0f6 review changes 2020-01-06 10:49:41 +02:00
mnafshin
3b3880a942 Powerset (#8475)
* PowerSet generation is Java and respective unit tests are added

* function name is adjusted to the actual ordering name (Reverse Lexicographical ordering)

* Guava example test function is changed

* LazyLoad powerSet (based on Guava implementation) is added

* set is used instead of map.keySet()

* Lexicographic Order and Gray Order are removed from function names. Unused function (rank and unrank), which are not used in the text, are removed
2020-01-05 13:31:27 -08:00
Krzysiek
120e8586bf BAEL-19956: Use jar packaging type 2020-01-05 11:51:57 +01:00
Gang
af6804ae25 BAEL-3656 Change the integration test into unit test. 2020-01-05 00:19:49 -07:00
kwoyke
0d94a27f9d BAEL-3719: Add missing code (#8470) 2020-01-05 05:08:47 +02:00
kwoyke
f7612737bc BAEL-3182: Add userHome.jsp page (#8473) 2020-01-05 05:07:04 +02:00
Josh Cummings
e4d1dadef4 Merge pull request #8461 from kwoyke/BAEL-3700
BAEL-3700: Add example of uninitialized Mockito annotations
2020-01-04 14:10:11 -07:00
Eric Martin
9154e9ff57 Merge pull request #8449 from Maiklins/BAEL-3590-cucumber-hooks
BAEL-3590 cucumber hooks
2020-01-04 14:44:37 -06:00
Josh Cummings
e8d2c9ae5b Merge pull request #8466 from kwoyke/BAEL-20573
BAEL-20573: Rename Date operations/computations modules
2020-01-04 13:27:29 -07:00
Josh Cummings
4376035800 Merge pull request #8465 from binary-joe/master
Rename netflix to netflix-modules
2020-01-04 12:44:22 -07:00
Eric Martin
dcca5d8aa3 Merge pull request #8414 from SunilJain95/master
BAEL-3658: Read actual cell value rather than the formula that is evaluating it
2020-01-04 09:32:32 -06:00
Anshul BANSAL
1d6347faa3 organized imports 2020-01-04 14:59:27 +02:00
Anshul BANSAL
a8e6c49a12 4 spaces code indentation 2020-01-04 14:57:29 +02:00
Anshul BANSAL
8622fd2ba7 pom.xml code indentation 2020-01-04 14:49:57 +02:00
Anshul Bansal
064afc99b8 pom.xml code indentation 2020-01-04 14:42:04 +02:00
Anshul BANSAL
b561345230 Code indentation 2020-01-04 14:41:27 +02:00