Package org.camunda.bpm
Class PluginsRootResourceIT
- java.lang.Object
-
- org.camunda.bpm.AbstractWebIntegrationTest
-
- org.camunda.bpm.PluginsRootResourceIT
-
public class PluginsRootResourceIT extends AbstractWebIntegrationTest
-
-
Field Summary
Fields Modifier and Type Field Description boolean
assetAllowed
java.lang.String
assetName
-
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
appBasePath, appUrl, client, COOKIE_HEADER, csrfToken, HOST_NAME, httpPort, JSESSIONID_IDENTIFIER, service, sessionId, TASKLIST_PATH, testProperties, testUtil, X_XSRF_TOKEN_HEADER, XSRF_TOKEN_IDENTIFIER
-
-
Constructor Summary
Constructors Constructor Description PluginsRootResourceIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
assertResponse(java.lang.String asset, com.sun.jersey.api.client.ClientResponse response)
void
createClient()
protected com.sun.jersey.api.client.ClientResponse
getAsset(java.lang.String path)
static java.util.Collection<java.lang.Object[]>
getAssets()
void
shouldGetAssetIfAllowed()
-
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, createCookieHeader, createCookieHeader, destroyClient, getCookie, getCookieHeaders, getCookieValue, getCookieValue, getRestCtxPath, getTokens, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, preventRaceConditions
-
-
-
-
Method Detail
-
createClient
public void createClient() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getAssets
public static java.util.Collection<java.lang.Object[]> getAssets()
-
shouldGetAssetIfAllowed
public void shouldGetAssetIfAllowed()
-
getAsset
protected com.sun.jersey.api.client.ClientResponse getAsset(java.lang.String path)
-
assertResponse
protected void assertResponse(java.lang.String asset, com.sun.jersey.api.client.ClientResponse response)
-
-