X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fsa%2Frest%2FDocumentSchemaTest.java;h=44ed60cae48578759211d34d57e20186467a8275;hb=71393bb2bf9fb10962723e61cf0e70d9aa202645;hp=ab1d293ef14612c4762b8da15cc6fcfdf3d8e4f3;hpb=61fd3fcf2ec5f474c7290347d9d77a923fa44460;p=aai%2Fsearch-data-service.git diff --git a/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java b/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java index ab1d293..44ed60c 100644 --- a/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java +++ b/src/test/java/org/onap/aai/sa/rest/DocumentSchemaTest.java @@ -20,18 +20,14 @@ */ package org.onap.aai.sa.rest; +import static org.junit.Assert.assertTrue; + import com.fasterxml.jackson.core.JsonParseException; import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.databind.ObjectMapper; -import org.junit.Test; -import org.onap.aai.sa.rest.DocumentSchema; - -import java.io.BufferedReader; import java.io.File; -import java.io.FileReader; import java.io.IOException; - -import static org.junit.Assert.assertTrue; +import org.junit.Test; public class DocumentSchemaTest {