aboutsummaryrefslogtreecommitdiffstats
path: root/appc-client/client-lib/src/test
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05Added Junit class for ProtocolException.javaSudarshan Kumar1-0/+70
Added Junit class for ProtocolException.java Issue-ID: APPC-1372 Change-Id: I695c7dca1cf92c2aa9354c6738042b20f949a215 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2018-06-13More updates to lic header in appc propertiesJohn McClung2-4/+2
License header fixes to reflect 2018 changes in various appc-adapters, appc-client, appc-common, appc-config, appc-dg and appc-directed-graph java and properties files. Change-Id: Idbe000f175e11ba42f6e83689a2b2d3d353be008 Issue-ID: APPC-996 Signed-off-by: John McClung <jm1364@att.com>
2018-06-11Update license header in misc appc filesJohn McClung1-1/+0
More license header updates to miscellaneous appc files to reflect 2018 changes. Change-Id: I1d1d020792942ffe2d3bbda6eae05c43831ffce1 Issue-ID: APPC-994 Signed-off-by: John McClung <jm1364@att.com>
2018-06-05Update license header in appc client-lib filesJohn McClung7-14/+7
Modify license header in appc-client/client-lib java files to reflect 2018 changes. Change-Id: I8669aa8f15b27c1b209c79605878d0f105c60b8e Issue-ID: APPC-969 Signed-off-by: John McClung <jm1364@att.com>
2018-04-03Add junit for more APPC client-lib classesArnel Pajarillo3-0/+228
Test coverage for CoreRegisty, TaskQueue, TaskQueueManager classes in client-lib. Change-Id: Id601c4736b51ea256de392fb8fcd91c3a49a55cc Issue-ID: APPC-819 Signed-off-by: Arnel Pajarillo <ap1541@att.com>
2018-04-03Add junit coverage to TimerServiceImpl class.Arnel Pajarillo1-0/+94
Introduce junit test for client-lib's TimerService.java. Change-Id: I3f8947cd526dc6a62ddcd2ced189565a401c6353 Issue-ID: APPC-815 Signed-off-by: Arnel Pajarillo <ap1541@att.com>
2018-03-19Added junit coverage to CoreException classLori Keighron1-0/+55
Introduce junit-tests for CoreException class Issue-ID: APPC-752 Change-Id: Ic5c8c2c83ce99d488e9e79a8fb72e7ad5fcf2ad3 Signed-off-by: Lori Keighron <lk2924@att.com>
2017-12-13Third part of onap renamePatrick Brady7-0/+0
This part of the commit changes the folder structure on all other folders of appc. Change-Id: I8acfa11cdfcdcd36be0e137245d1dd7324f1abd3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-12-13First part of onap renamePatrick Brady7-44/+44
This is the first commit of the rename. This commit changes refereces to org.openecomp.appc > org.onap.appc that occur within files. The package folder structure is not changed in this commit. Change-Id: Ic95d749eb99d8a6f4f2b9ee9b06eb41c5cfa7e1c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
2017-08-30Initial add of APPC client librariesSkip Wonnell9-0/+773
Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell <kw5258@att.com>