Class DefaultTicketServiceTest

All Implemented Interfaces:
JaloSessionHolder

public class DefaultTicketServiceTest extends AbstractTicketsystemTest
  • Constructor Details

    • DefaultTicketServiceTest

      public DefaultTicketServiceTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Overrides:
      setUp in class AbstractTicketsystemTest
      Throws:
      Exception
    • tearDown

      public void tearDown()
    • testDefaultTicketService

      public void testDefaultTicketService()
      This is a sample test method.
    • testGetTicketForTicketEventByID

      public void testGetTicketForTicketEventByID()
    • testGetTicketForTicketEventsByCustomer

      public void testGetTicketForTicketEventsByCustomer()
    • testGetTicketForTicketEventsByOrder

      public void testGetTicketForTicketEventsByOrder()
    • testGetTicketForTicketEventsByAgent

      public void testGetTicketForTicketEventsByAgent()
    • testGetTicketForTicketEventsByAgentGroup

      public void testGetTicketForTicketEventsByAgentGroup()
    • testGetTicketForTicketEventsByState

      public void testGetTicketForTicketEventsByState()
    • testGetTicketForTicketEventsByPriority

      public void testGetTicketForTicketEventsByPriority()
    • testGetTicketForTicketEventsByCategory

      public void testGetTicketForTicketEventsByCategory()
    • testGetTicketForTicketEventsByResolutionType

      public void testGetTicketForTicketEventsByResolutionType()
    • testGetAgents

      public void testGetAgents()
    • testGetAgentGroups

      public void testGetAgentGroups()
    • shouldReturnTicketEventsForTicket

      public void shouldReturnTicketEventsForTicket()
    • shouldReturnTicketEventsByEventCode

      public void shouldReturnTicketEventsByEventCode()
    • shouldThrowExceptionToGetTicketEventsByEventCodeWithNullTicket

      public void shouldThrowExceptionToGetTicketEventsByEventCodeWithNullTicket()
    • shouldThrowExceptionToGetTicketEventsByEventCodeWithEmptyEventCode

      public void shouldThrowExceptionToGetTicketEventsByEventCodeWithEmptyEventCode()
    • shouldThrowExceptionToGetTicketEventsByEventCodeWithNullEventCode

      public void shouldThrowExceptionToGetTicketEventsByEventCodeWithNullEventCode()
    • shouldReturnTicketEventForCustomerByEventCode

      public void shouldReturnTicketEventForCustomerByEventCode()
    • shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithNullTicket

      public void shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithNullTicket()
    • shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithEmptyEventCode

      public void shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithEmptyEventCode()
    • shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithNullEventCode

      public void shouldThrowExceptionToGetTicketEventsForCustomerByEventCodeWithNullEventCode()