Package org.powertac.accounting
Class AccountingServiceTests
- java.lang.Object
-
- org.powertac.accounting.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 Summary
Constructors Constructor Description AccountingServiceTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testAccountingServiceNotNull()
void
testActivate()
void
testBrokerDb()
void
testCurrentMarketPosition()
void
testCurrentNetLoad()
void
testCurrentSupplyDemand()
void
testInterestInitialization()
void
testInterestPayment()
void
testMarketTransaction()
void
testMaxMinInitialization()
void
testNormalInitialization()
void
testPostBalancingControl()
void
testSimpleActivate()
void
testTariffTransaction()
-
-
-
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()
-
-