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 Object
Test 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 void
marketAskClear()
void
marketAskTest()
void
marketAskZeroTest()
void
marketBidClear()
void
marketBidTest()
void
marketClear()
void
setUp()
void
testActivate1()
void
testActivate1_2_tradeable()
void
testActivate1_no()
void
testActivate1_ts()
void
testActivate1HighMargin()
void
testActivate2_2_tradeable()
void
testActivate3_eq_tradeable()
void
testAuctionService()
void
testInit()
void
testNumericRange()
void
testPositionLimit24h()
void
testQuantitytValidity()
void
testReceiveMessage()
void
testValidateOrder()
-
-
-
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()
-
-