Package de.hybris.platform.ticket.jalo
Class DefaultTicketServiceTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.ticket.jalo.AbstractTicketsystemTest
de.hybris.platform.ticket.jalo.DefaultTicketServiceTest
- All Implemented Interfaces:
JaloSessionHolder
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.ticket.jalo.AbstractTicketsystemTest
AbstractTicketsystemTest.MockTicketEventEmailStrategy -
Field Summary
Fields inherited from class de.hybris.platform.ticket.jalo.AbstractTicketsystemTest
adminUser, i18nService, modelService, testGroup, testUser, ticketBusinessServiceFields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
DefaultTicketServiceTest
public DefaultTicketServiceTest()
-
-
Method Details
-
setUp
- Overrides:
setUpin classAbstractTicketsystemTest- 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()
-