Class TicketOrdersAssociationStrategyTest


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

      • TicketOrdersAssociationStrategyTest

        public TicketOrdersAssociationStrategyTest()
    • 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.