Class AbstractWebIntegrationTest

java.lang.Object
org.eximeebpms.bpm.AbstractWebIntegrationTest
Direct Known Subclasses:
AbstractWebappUiIntegrationTest, CsrfPreventionIT, DateSerializationIT, ErrorPageIT, ExceptionLoggerIT, HttpHeaderSecurityIT, PluginsRootResourceIT, RestIT, RestJaxRs2IT, SessionCookieSameSiteIT, SessionCookieSecurityIT

public abstract class AbstractWebIntegrationTest extends Object
Author:
Daniel Meyer, Roman Smirnov
  • Field Details Link icon

  • Constructor Details Link icon

    • AbstractWebIntegrationTest Link icon

      public AbstractWebIntegrationTest()
  • Method Details Link icon

    • before Link icon

      public void before() throws Exception
      Throws:
      Exception
    • destroyClient Link icon

      public void destroyClient()
    • createClient Link icon

      public void createClient(String ctxPath) throws Exception
      Throws:
      Exception
    • getTokens Link icon

      protected void getTokens()
    • getCookieHeaders Link icon

      protected List<String> getCookieHeaders(com.sun.jersey.api.client.ClientResponse response)
    • getCookie Link icon

      protected String getCookie(List<String> cookieValues, String cookieName)
    • createCookieHeader Link icon

      protected String createCookieHeader()
    • createCookieHeader Link icon

      protected String createCookieHeader(String csrf, String session)
    • getXsrfTokenHeader Link icon

      protected String getXsrfTokenHeader(com.sun.jersey.api.client.ClientResponse response)
    • getXsrfCookieValue Link icon

      protected String getXsrfCookieValue(com.sun.jersey.api.client.ClientResponse response)
    • getCookieValue Link icon

      protected String getCookieValue(com.sun.jersey.api.client.ClientResponse response, String cookieName)
    • getCookieValue Link icon

      protected String getCookieValue(List<String> cookies, String cookieName)
    • preventRaceConditions Link icon

      protected void preventRaceConditions() throws InterruptedException
      Throws:
      InterruptedException
    • getWebappCtxPath Link icon

      protected String getWebappCtxPath()
    • getRestCtxPath Link icon

      protected String getRestCtxPath()