Class TicketOrdersAssociationStrategyTest
- java.lang.Object
-
- de.hybris.platform.customerticketingfacades.strategies.TicketOrdersAssociationStrategyTest
-
@UnitTest public class TicketOrdersAssociationStrategyTest extends java.lang.Object
Test class for testing the functionality of the TicketOrdersAssociationStrategy.
-
-
Constructor Summary
Constructors Constructor Description TicketOrdersAssociationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()Tests setup before each test run.voidshouldReturnEmptyMap()Test should return an empty map if user dose not have any orders.voidshouldReturnOrderObjectsMap()Test should return an map which contents 2 ticket associate data.voidtestGetter()Test of the strategy getter method.
-
-
-
Method Detail
-
setup
public void setup()
Tests setup before each test run.
-
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.
-
-