Class AccountingServiceTests


  • @SpringJUnitConfig(locations="classpath:test-config.xml")
    @DirtiesContext
    @TestExecutionListeners(listeners={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,org.springframework.test.context.support.DirtiesContextTestExecutionListener.class})
    public class AccountingServiceTests
    extends Object
    • Constructor Detail

      • AccountingServiceTests

        public AccountingServiceTests()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
      • testAccountingServiceNotNull

        @Test
        public void testAccountingServiceNotNull()
      • testNormalInitialization

        @Test
        public void testNormalInitialization()
      • testMaxMinInitialization

        @Test
        public void testMaxMinInitialization()
      • testInterestInitialization

        @Test
        public void testInterestInitialization()
      • testBrokerDb

        @Test
        public void testBrokerDb()
      • testTariffTransaction

        @Test
        public void testTariffTransaction()
      • testCurrentNetLoad

        @Test
        public void testCurrentNetLoad()
      • testCurrentSupplyDemand

        @Test
        public void testCurrentSupplyDemand()
      • testMarketTransaction

        @Test
        public void testMarketTransaction()
      • testSimpleActivate

        @Test
        public void testSimpleActivate()
      • testActivate

        @Test
        public void testActivate()
      • testCurrentMarketPosition

        @Test
        public void testCurrentMarketPosition()
      • testInterestPayment

        @Test
        public void testInterestPayment()
      • testPostBalancingControl

        @Test
        public void testPostBalancingControl()