Class BalancingMarketServiceTests


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

      • BalancingMarketServiceTests

        public BalancingMarketServiceTests()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
      • tearDown

        @AfterEach
        public void tearDown()
      • testGetMarketBalance

        @Test
        public void testGetMarketBalance()
      • testNegImbalancedMarket

        @Test
        public void testNegImbalancedMarket()
      • TestPosImbalancedMarket

        @Test
        public void TestPosImbalancedMarket()
      • testIndividualBrokerBalancing

        @Test
        public void testIndividualBrokerBalancing()
      • testSpotPrice

        @Test
        public void testSpotPrice()
      • testBalancingOrderAllocation

        @Test
        public void testBalancingOrderAllocation()