diff options
author | Yuli Shlosberg <ys9693@att.com> | 2017-10-20 22:51:31 +0300 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2017-10-20 22:51:31 +0300 |
commit | a78ce5b07f10c6160152a017675b71cca36fb049 (patch) | |
tree | 092e4f404d72b528cde275e5f565fdc7cca9627b /common-app-api/src | |
parent | 1dd40bdded400e13ec8034c7358370dbad7eccd3 (diff) |
add unit tests to components
Change-Id: I665ad7f9f25c15cfaaa8deb38dd2390fd823a438
Issue-Id: SDC-467
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'common-app-api/src')
-rw-r--r-- | common-app-api/src/test/java/org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-app-api/src/test/java/org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java b/common-app-api/src/test/java/org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java index a01c761072..bb4c569f8a 100644 --- a/common-app-api/src/test/java/org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java +++ b/common-app-api/src/test/java/org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java @@ -3,6 +3,8 @@ package org.openecomp.sdc.common.rest.api; import javax.annotation.Generated; import org.junit.Test; +import java.util.*; +import org.junit.Assert; public class RestResponseAsByteArrayTest { |