Add junit coverage

Add junit test for asdcApi

Change-Id: Ic564aa18795dabd32e664569be802cff7d823516
Issue-ID: CCSDK-1694
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>

Add junit coverage

Add junit test for asdcApi

Change-Id: I21873f325177da0b03b7dd15c20bea962a641d4a
Issue-ID: CCSDK-1694
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
1 file changed
tree: 9182122c26381c8af21e4c59458e88e25334b98b
  1. artifacts/
  2. asdcApi/
  3. daexim-offsite-backup/
  4. dataChange/
  5. dmaap-listener/
  6. features/
  7. lcm/
  8. releases/
  9. ueb-listener/
  10. .gitignore
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. version.properties
README.md

This source repository contains the code for the SDN Controller northbound interface adaptors. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".