Class TicketOrdersAssociationStrategyTest

java.lang.Object
de.hybris.platform.customerticketingfacades.strategies.TicketOrdersAssociationStrategyTest

@UnitTest public class TicketOrdersAssociationStrategyTest extends Object
Test class for testing the functionality of the TicketOrdersAssociationStrategy.
  • Constructor Details

    • TicketOrdersAssociationStrategyTest

      public TicketOrdersAssociationStrategyTest()
  • Method Details

    • setup

      public void setup()
      Tests setup before each test run.
    • cleanUp

      public void cleanUp() throws Exception
      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.