Class AbstractCustomerTests


  • @SpringJUnitConfig(locations="classpath:test-config.xml")
    @DirtiesContext
    public class AbstractCustomerTests
    extends Object
    Test cases for AbstractCustomer. Uses a Spring application context to access autowired components. Need to mock: TariffMarket
    Author:
    Antonios Chrysopoulos
    • Constructor Detail

      • AbstractCustomerTests

        public AbstractCustomerTests()
    • Method Detail

      • testCreation

        @Test
        public void testCreation()
      • testFalseAddition

        @Test
        public void testFalseAddition()
      • testDefaultSubscription

        @Test
        public void testDefaultSubscription()
      • changeSubscription

        @Test
        public void changeSubscription()
      • revokeSubscription

        @Test
        public void revokeSubscription()