Class PluginsRootResourceIT

java.lang.Object
org.camunda.bpm.AbstractWebIntegrationTest
org.camunda.bpm.PluginsRootResourceIT

public class PluginsRootResourceIT extends AbstractWebIntegrationTest
  • Field Details

    • assetName

      public String assetName
    • assetAllowed

      public boolean assetAllowed
  • Constructor Details

    • PluginsRootResourceIT

      public PluginsRootResourceIT()
  • Method Details

    • createClient

      public void createClient() throws Exception
      Throws:
      Exception
    • getAssets

      public static Collection<Object[]> getAssets()
    • shouldGetAssetIfAllowed

      public void shouldGetAssetIfAllowed()
    • getAsset

      protected com.sun.jersey.api.client.ClientResponse getAsset(String path)
    • assertResponse

      protected void assertResponse(String asset, com.sun.jersey.api.client.ClientResponse response)