|
@@ -16,21 +16,26 @@
|
|
|
package org.codelibs.fess.it.search;
|
|
|
|
|
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
|
|
-import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
|
import static org.junit.jupiter.api.Assertions.assertFalse;
|
|
|
+import static org.junit.jupiter.api.Assertions.assertTrue;
|
|
|
+
|
|
|
+import java.util.HashMap;
|
|
|
+import java.util.List;
|
|
|
+import java.util.Map;
|
|
|
|
|
|
-import io.restassured.RestAssured;
|
|
|
-import io.restassured.path.json.JsonPath;
|
|
|
-import io.restassured.response.Response;
|
|
|
-import org.codelibs.fess.Constants;
|
|
|
import org.codelibs.fess.it.CrawlTestBase;
|
|
|
-import org.junit.jupiter.api.*;
|
|
|
+import org.junit.jupiter.api.AfterAll;
|
|
|
+import org.junit.jupiter.api.AfterEach;
|
|
|
+import org.junit.jupiter.api.BeforeAll;
|
|
|
+import org.junit.jupiter.api.BeforeEach;
|
|
|
+import org.junit.jupiter.api.Tag;
|
|
|
+import org.junit.jupiter.api.Test;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
|
|
-import java.util.HashMap;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
+import io.restassured.RestAssured;
|
|
|
+import io.restassured.path.json.JsonPath;
|
|
|
+import io.restassured.response.Response;
|
|
|
|
|
|
/**
|
|
|
* Integration Tests which need an execution of crawler
|