Package org.powertac.auctioneer
Class AuctionServiceTests
- java.lang.Object
-
- org.powertac.auctioneer.AuctionServiceTests
-
@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 AuctionServiceTests extends ObjectTest cases for AuctionService- Author:
- John Collins
-
-
Constructor Summary
Constructors Constructor Description AuctionServiceTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarketAskClear()voidmarketAskTest()voidmarketAskZeroTest()voidmarketBidClear()voidmarketBidTest()voidmarketClear()voidsetUp()voidtestActivate1()voidtestActivate1_2_tradeable()voidtestActivate1_no()voidtestActivate1_ts()voidtestActivate1HighMargin()voidtestActivate2_2_tradeable()voidtestActivate3_eq_tradeable()voidtestAuctionService()voidtestInit()voidtestNumericRange()voidtestPositionLimit24h()voidtestQuantitytValidity()voidtestReceiveMessage()voidtestValidateOrder()
-
-
-
Method Detail
-
testAuctionService
@Test public void testAuctionService()
-
testInit
@Test public void testInit()
-
testReceiveMessage
@Test public void testReceiveMessage()
-
testValidateOrder
@Test public void testValidateOrder()
-
testActivate1
@Test public void testActivate1()
-
testActivate1HighMargin
@Test public void testActivate1HighMargin()
-
testActivate1_no
@Test public void testActivate1_no()
-
testActivate1_ts
@Test public void testActivate1_ts()
-
testActivate1_2_tradeable
@Test public void testActivate1_2_tradeable()
-
testActivate2_2_tradeable
@Test public void testActivate2_2_tradeable()
-
testActivate3_eq_tradeable
@Test public void testActivate3_eq_tradeable()
-
marketAskTest
@Test public void marketAskTest()
-
marketAskZeroTest
@Test public void marketAskZeroTest()
-
marketBidTest
@Test public void marketBidTest()
-
marketBidClear
@Test public void marketBidClear()
-
marketAskClear
@Test public void marketAskClear()
-
marketClear
@Test public void marketClear()
-
testNumericRange
@Test public void testNumericRange()
-
testPositionLimit24h
@Test public void testPositionLimit24h()
-
testQuantitytValidity
@Test public void testQuantitytValidity()
-
-