From 568db59e15471bf56289ff07dfaca6e2a9081dc4 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Fri, 20 Oct 2017 22:51:31 +0300 Subject: add unit tests to components Change-Id: I665ad7f9f25c15cfaaa8deb38dd2390fd823a438 Issue-Id: SDC-467 Signed-off-by: Yuli Shlosberg (cherry picked from commit a78ce5b07f10c6160152a017675b71cca36fb049) --- .../org/openecomp/sdc/common/rest/api/RestResponseAsByteArrayTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common-app-api') 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 { -- cgit 1.2.3-korg