summaryrefslogtreecommitdiffstats
path: root/appc-dg/appc-dg-shared/appc-dg-dependency-model/src/test
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Addtional Test Cases added InventoryModel.javaSudarshan Kumar1-0/+9
Addtional Test Cases added InventoryModel.java Issue-ID: APPC-1372 Change-Id: If131ad2d9a5a906b9741426d0c22399c98c3524a Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-27Fix failing powermock testsPatrick Brady1-0/+63
The version of javassist coming from opendaylight is not working correctly with powermock. Adding a test scoped dependency for a working version of javassist. Test classes added in this commit are not new, they were temporarily removed as part of https://gerrit.onap.org/r/#/c/79046/ Change-Id: I193873c0d4abd7b11592a95bff9a6b07cf2d7191 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1277
2019-02-25Changes for new odl versionPatrick Brady1-63/+0
Changes required to update to latest opendaylight version. Some powermock tests have been temporarily removed due to an powermock incompatibility. They will be fixed and re-added. Change-Id: I418d44913fcd42423d2d9bd37b189f6301eaab81 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1370
2019-01-03Increase code coverage in appc-dg-dependency-modelJoss Armstrong3-1/+179
Increased coverage of sub-project from 50% to 80% Issue-ID: APPC-1301 Change-Id: Ib69b010cd34302a8a9c3b9a291bcbc351babd731 Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-06-06Update license header in appc-dg-shared filesJohn McClung1-2/+1
Modify license header in various appc-dg-shared java files to reflect 2018 changes. Change-Id: Id30661d99a1c908ca4f3b4f03730e20674282c71 Issue-ID: APPC-974 Signed-off-by: John McClung <jm1364@att.com>
2018-03-19Unit test for DependencyTypes.javashubhada1-0/+50
Unit test for DependencyTypes.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-dg-dependency-model%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fdg%2Fobjects%2FDependencyTypes.java Change-Id: I163105492a11a8f9e9657562812e829f17fc149e Issue-ID: APPC-758 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-03-19Unit test for DependencyModelNotFound.javashubhada1-0/+36
Unit test for DependencyModelNotFound.java Sonar-Link: https://sonar.onap.org/code?id=org.onap.appc%3Aappc&selected=org.onap.appc%3Aappc-dg-dependency-model%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fdg%2Fdependencymanager%2Fexception%2FDependencyModelNotFound.java Change-Id: I17f2b9bb34ad161ea0c4b9eb902b0c0437970e37 Issue-ID: APPC-757 Signed-off-by: shubhada <SV00449682@techmahindra.com>
2018-01-04Updated SDC listener and dependent bundlesRamya Balaji1-107/+121
Changes related to SDC adapter.Also includes sequence generator changes and changes to appc-dg-shared. Issue-ID: APPC-355 Change-Id: Ib8a0b1d304199db6d2595291539b266885842d63 Signed-off-by: Ramya Balaji <rb111y@att.com>
2017-12-13Third part of onap renamePatrick Brady1-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 Brady1-8/+8
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-07-20Applying license changes to all filesPatrick Brady1-3/+5
[APPC-87] Fix Maven License Plugin Change-Id: I23a95b6c1020618d05f17c63c72152cf86e4d4a0 Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-06Updating licenses in all filesPatrick Brady1-3/+4
Change-Id: Ic229be3cc3e4751b9bfbd3c5c08db84ec8e7e0cb Signed-off-by: Patrick Brady <pb071s@att.com>
2017-06-02Merge of new rebased codePatrick Brady1-0/+329
Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady <pb071s@att.com>