use of plugin.pretokens.writer.PreVariableWriter in project pcgen by PCGen.
the class PreVarRoundRobin method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
TokenRegistration.register(new PreVariableParser());
TokenRegistration.register(new PreVariableWriter());
}
use of plugin.pretokens.writer.PreVariableWriter in project pcgen by PCGen.
the class WeildIntegrationTest method setUp.
@Override
public void setUp() throws PersistenceLayerException, URISyntaxException {
super.setUp();
TokenRegistration.register(new PreVariableParser());
TokenRegistration.register(new PreVariableWriter());
GameModeFileLoader.addDefaultWieldCategories(primaryContext);
GameModeFileLoader.addDefaultWieldCategories(secondaryContext);
}
use of plugin.pretokens.writer.PreVariableWriter in project pcgen by PCGen.
the class WieldTokenTest method setUp.
@Override
public void setUp() throws PersistenceLayerException, URISyntaxException {
super.setUp();
TokenRegistration.register(new PreVariableParser());
TokenRegistration.register(new PreVariableWriter());
GameModeFileLoader.addDefaultWieldCategories(primaryContext);
GameModeFileLoader.addDefaultWieldCategories(secondaryContext);
}
Aggregations