* BAEL-6791 - Added in existing module Unit tests and Bench mark tests.
* BAEL-6791 - Put all of your code in a single package that refers to your article
* BAEL-6791 -
PR - add a newline after the package statements
PR - use 2-space indents for line continuations.
Use given-when-then naming convention for test methods
* BAEL-6264 added class to show how to instantiate ArrayBlockingQueue and LinkedBlockingQueue
* BAEL-6264 added unit test case
* modified test case
* BAEL-6264 deleted BlockingQueueImplExample file not needed anymore
* BAEL-6264 code review changes moved class file to different module
---------
Co-authored-by: Vartika_Nigam <Vartika_Nigam@DellTeam.com>
* consistent read unit test
* unit test to show consistency in writing to the same key of map
* testing writes at different map key
* fix to bugs on test 1 and 2
* removing repeated tests
* BAEL-4033 Added unit test cases for LinkedBlockingQueue and ConcurrentLinkedQueue
* BAEL-4033 Updated unit test class names due to PMD rule violations
* Moved files to another module based on the editor review