Package org.powertac.tariffmarket
Class TariffSubscriptionTests
- java.lang.Object
-
- org.powertac.tariffmarket.TariffSubscriptionTests
-
@ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class) @ContextConfiguration(locations="classpath:tariff-test-config.xml") @DirtiesContext @TestExecutionListeners(listeners={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,org.springframework.test.context.support.DirtiesContextTestExecutionListener.class}) public class TariffSubscriptionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description TariffSubscriptionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testConsumption()
void
testEarlyWithdraw()
void
testEarlyWithdrawRevoke()
void
testProduction()
void
testSignupBonus()
void
testSimpleSub()
void
testTwoPart()
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
testSimpleSub
@Test public void testSimpleSub()
-
testSignupBonus
@Test public void testSignupBonus()
-
testEarlyWithdraw
@Test public void testEarlyWithdraw()
-
testEarlyWithdrawRevoke
@Test public void testEarlyWithdrawRevoke()
-
testConsumption
@Test public void testConsumption()
-
testTwoPart
@Test public void testTwoPart()
-
testProduction
@Test public void testProduction()
-
-