aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/music/unittests/jsonobjects
AgeCommit message (Collapse)AuthorFilesLines
2019-09-26Split music src into music-core and music-restArthur Martella9-676/+0
Separating music into two directories to build with two pom files. Hopefully this should allow both jars to be deployed in nexus. Do not merge without careful review!!! Issue-ID: MUSIC-505 Signed-off-by: Martella, Arthur <arthur.martella.1@att.com> Change-Id: I9dd2074e7f4499216c2bcd00095829dd43e2d0f9
2019-06-25Merge "Some bug fixes and Minor Chages."Thomas Nelson2-67/+0
2019-06-25Clean up some unneded files.Nelson, Thomas (tn1381)4-260/+0
Added a missed file. Issue-ID: MUSIC-415 Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com> Change-Id: I5dac9778b975529dc5b34b1e771de0a046b925da Signed-off-by: Nelson, Thomas (tn1381) <tn1381@att.com>
2019-06-25Merge "added file to test MusicReponse.java"Thomas Nelson1-0/+62
2019-06-25Merge "added test case to JsonInsertTest.java"Thomas Nelson1-3/+11
2019-06-25Some bug fixes and Minor Chages.Thomas Nelson arthudent32-67/+0
Remove some Commented out code. Cleaned up Variables. Encryption of passwords added Updated Test Cases Fixed some errors in how they were reported. Reduced Logging clutter Some Vulnerability fixes. Change-Id: I64c7935d167d4a976681b5a18fd51aa667d0cd95 Issue-ID: MUSIC-413 Signed-off-by: Thomas Nelson arthudent3 <nelson24@att.com>
2019-06-17added test case to JsonOnboardTest.javaSandeep J1-1/+10
to increase code coverage Issue-ID: MUSIC-412 Change-Id: If3cea8de2e00fea19a5636e47fde9a30c2a395a8 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-17added file to test MusicReponse.javaSandeep J1-0/+62
to increase code coverage Issue-ID: MUSIC-412 Change-Id: I42f00d6d2379a56c2a8559872c41978aa886d64f Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-06-17added test case to JsonInsertTest.javaSandeep J1-3/+11
to increase code coverage Issue-ID: MUSIC-412 Change-Id: I83d1d2f5d70ff5b73119f5c4e0d27e512de0f261 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-05-15Update junit testNelson, Thomas (arthurdent3)1-3/+20
Change-Id: I1c39d008958cebed0454b5a1f980e3c88082c876 Issue-ID: MUSIC-395 Signed-off-by: Nelson, Thomas (arthurdent3) <nelson24@att.com>
2019-02-26Remove zookeeper referenceTschaen, Brendan1-7/+1
Test cachingUtil, and other test coverage increase Remove unused code Rebased ontop of authentication changes Change-Id: I795a9a90d0863b03cc2a4917d4ff13a0a6fca1cc Issue-ID: MUSIC-341 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-21Caching util test casesTschaen, Brendan1-7/+0
And cleaning up of other tests Issue-ID: MUSIC-341 Change-Id: Ida4ee49b2a923c64a2ce66c310db9b0dd502b8d7 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-02-19Fixed major Sonar issues in JsonDeleter.bogacki1-8/+7
Removed unnecessary imports. Changed return type from ArrayList to List. Change-Id: I9a17c9848b33be9f6ca5a2d51ee4b3f18abfcc38 Issue-ID: MUSIC-338 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-01-31Remove callback testsTschaen, Brendan2-211/+0
Change-Id: I11b3571ed5b6483c32cd0cc81a9f1e9d5aa3899b Issue-ID: MUSIC-300 Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
2019-01-30Merge "Push variuos changes"Bharath Balasubramanian8-162/+6
2019-01-30Merge "added test file for MusicDigest.java"Bharath Balasubramanian1-0/+60
2019-01-30Merge "added file to test JsonCallBackResponse.java"Bharath Balasubramanian1-0/+108
2019-01-30Merge "added file to test JsonCallBack.java"Bharath Balasubramanian1-0/+103
2019-01-29Push variuos changesNelson,Thomas(tn1381)(arthurdent3)9-133/+46
- Spring Boot - Cadi - Cassandra Locking Change-Id: Ie9882f81f0ca141bdb7862cdabf978481fcd7c4a Issue-ID: MUSIC-296,MUSIC-272 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2019-01-29Merge "added test case to JsonUpdateTest.java"Thomas Nelson1-0/+7
2019-01-29Merge "added test case to JsonTableTest.java"Thomas Nelson1-0/+8
2019-01-28added test file for MusicHealthCheck.javaSandeep J1-0/+54
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I5dd50042d302f6637c184e4df2bef8df95a326d9 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-25Merge "Additional Test Case Added"Thomas Nelson1-2/+16
2019-01-25added test case to JsonTableTest.javaSandeep J1-0/+8
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I913315c825c9560d48f240dd7ca7c8d4bf36ee37 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-25added test case to JsonUpdateTest.javaSandeep J1-0/+7
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I9661adfd052c027c411647cc767715f10eaac389 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-23added file to test JsonCallBack.javaSandeep J1-0/+103
to increase code coverage Issue-ID: MUSIC-182 Change-Id: Ia1a4a5a34885a56b647e965ea019aa799a74fdc6 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-22added file to test JsonCallBackResponse.javaSandeep J1-0/+108
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I2b088defd209d9e42a40e0f2201f494c731e4d63 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-22Additional Test Case AddedSudarshan Kumar1-2/+16
Additional test case added Issue-ID: MUSIC-182 Change-Id: I9b7fdd069c2dba9734325991bfa490db8cd7b6bd Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-01-22added test file for MusicDigest.javaSandeep J1-0/+60
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I199639266f9e350904eb7251f9f9d286e8882d66 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2019-01-21added file to test JsonNotification.javaSandeep J1-0/+116
to increase code coverage Issue-ID: MUSIC-182 Change-Id: I2074fbc4e6c723e12ba81eeee1e83f7331827571 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-10-10Merge "Added test file for NameSpace.java"Thomas Nelson1-0/+56
2018-10-10Merge "Added test file for JsonNotifyClientResponse.java"Thomas Nelson1-0/+46
2018-09-30Added test file for JsonNotifyClientResponse.javaArundathi Patil1-0/+46
to increase the coverage Issue-ID: MUSIC-142 Change-Id: I582059e5544f3c092de832d54fcf0b5f15df62c0 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for NameSpace.javaArundathi Patil1-0/+56
To increase the coverage Issue-ID: MUSIC-141 Change-Id: I86c9e8bb0fdeb7dd3ea587cb8087e95fdbb567e3 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-29Added test file for JSONObject.javaArundathi Patil1-0/+44
To increase the coverage Issue-ID: MUSIC-140 Change-Id: Ic92c8a883d758341ab1ec11ad9bb0f062501fe79 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-03-04Sonar Fixes to increate Coverage on Unit testsThomas Nelson Jr (arthurdent3) tn1381@att.com9-0/+672
Including bug fix that added proper Exception handling on REST Calls. Change-Id: I618faa69ab549e76c148bb7c664a5ffe0eae84ca Issue-ID: MUSIC-44, MUSIC-45 Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>