use of plugin.lsttokens.editcontext.testsupport.TestContext in project pcgen by PCGen.
the class DrIntegrationTest method testRoundRobinClearMod.
@Test
public void testRoundRobinClearMod() throws PersistenceLayerException {
verifyCleanStart();
TestContext tc = new TestContext();
commit(testCampaign, tc, "10/+1 and Silver");
commit(modCampaign, tc, Constants.LST_DOT_CLEAR);
completeRoundRobin(tc);
}
use of plugin.lsttokens.editcontext.testsupport.TestContext in project pcgen by PCGen.
the class DefineIntegrationTest method testRoundRobinNoReset.
@Test
public void testRoundRobinNoReset() throws PersistenceLayerException {
verifyCleanStart();
TestContext tc = new TestContext();
commit(testCampaign, tc, "Follower|0");
emptyCommit(modCampaign, tc);
completeRoundRobin(tc);
}
use of plugin.lsttokens.editcontext.testsupport.TestContext in project pcgen by PCGen.
the class DefineStatIntegrationTest method testRoundRobinNoSetLock.
@Test
public void testRoundRobinNoSetLock() throws PersistenceLayerException {
verifyCleanStart();
TestContext tc = new TestContext();
emptyCommit(testCampaign, tc);
commit(modCampaign, tc, "LOCK|INT|21");
completeRoundRobin(tc);
}
use of plugin.lsttokens.editcontext.testsupport.TestContext in project pcgen by PCGen.
the class DefineStatIntegrationTest method testRoundRobinNoResetUnLock.
@Test
public void testRoundRobinNoResetUnLock() throws PersistenceLayerException {
verifyCleanStart();
TestContext tc = new TestContext();
commit(testCampaign, tc, "UNLOCK|INT");
emptyCommit(modCampaign, tc);
completeRoundRobin(tc);
}
use of plugin.lsttokens.editcontext.testsupport.TestContext in project pcgen by PCGen.
the class FactIntegrationTest method testRoundRobinNoReset.
@Test
public void testRoundRobinNoReset() throws PersistenceLayerException {
verifyCleanStart();
TestContext tc = new TestContext();
commit(testCampaign, tc, PROP_1 + "|Yarra Valley");
emptyCommit(modCampaign, tc);
completeRoundRobin(tc);
}
Aggregations