Package org.nuxeo.ecm.restapi.test
Class ManagementBaseTest
java.lang.Object
org.nuxeo.ecm.restapi.test.ManagementBaseTest
- Since:
- 11.3
-
Field Summary
Modifier and TypeFieldDescriptionfinal HttpClientTestRule
protected RestServerFeature
protected TransactionalFeature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
assertBulkStatusCompleted
(com.fasterxml.jackson.databind.JsonNode bulkStatus) protected void
assertBulkStatusScheduled
(com.fasterxml.jackson.databind.JsonNode bulkStatus) protected void
assertJsonResponse
(String actual, String expectedFile) protected String
getBulkCommandId
(com.fasterxml.jackson.databind.JsonNode bulkStatus)
-
Field Details
-
restServerFeature
-
txFeature
-
httpClient
-
-
Constructor Details
-
ManagementBaseTest
public ManagementBaseTest()
-
-
Method Details
-
assertJsonResponse
protected void assertJsonResponse(String actual, String expectedFile) throws IOException, org.json.JSONException - Throws:
IOException
org.json.JSONException
-
getBulkCommandId
-
assertBulkStatusScheduled
protected void assertBulkStatusScheduled(com.fasterxml.jackson.databind.JsonNode bulkStatus) -
assertBulkStatusCompleted
protected void assertBulkStatusCompleted(com.fasterxml.jackson.databind.JsonNode bulkStatus)
-