Class AgentControllerIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class AgentControllerIntegrationTest extends AbstractControllerIntegrationIntegrationTest
  • Field Details

  • Constructor Details

    • AgentControllerIntegrationTest

      public AgentControllerIntegrationTest()
  • Method Details

    • shouldGetAgentsStores

      public void shouldGetAgentsStores()
    • shouldGetAgentsStoresWithCurrent

      public void shouldGetAgentsStoresWithCurrent()
    • shouldGetStoresWithIgoringBaseSite

      public void shouldGetStoresWithIgoringBaseSite()
    • shouldNotGetStoresWithNonExistAgent

      public void shouldNotGetStoresWithNonExistAgent()
    • shouldGetEmptyStoresWithNoStoreAssignedAgent

      public void shouldGetEmptyStoresWithNoStoreAssignedAgent()
    • shouldNotGetStoresWithInvalidToken

      public void shouldNotGetStoresWithInvalidToken()
    • shouldNotGetStoresWithNotInAsAgentGroupAgent

      public void shouldNotGetStoresWithNotInAsAgentGroupAgent()
    • requestAgentStores

      protected javax.ws.rs.core.Response requestAgentStores(String userName, String url)