Class TicketOrdersAssociationStrategyTest
java.lang.Object
de.hybris.platform.customerticketingfacades.strategies.TicketOrdersAssociationStrategyTest
Test class for testing the functionality of the TicketOrdersAssociationStrategy.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TicketOrdersAssociationStrategyTest
public TicketOrdersAssociationStrategyTest()
-
-
Method Details
-
setup
public void setup()Tests setup before each test run. -
cleanUp
- Throws:
Exception
-
shouldReturnEmptyMap
public void shouldReturnEmptyMap()Test should return an empty map if user dose not have any orders. -
shouldReturnOrderObjectsMap
public void shouldReturnOrderObjectsMap()Test should return an map which contents 2 ticket associate data. -
testGetter
public void testGetter()Test of the strategy getter method.
-