use of plugin.primitive.spell.AllToken in project pcgen by PCGen.
the class SpellsTokenTest method setUp.
@Override
public void setUp() throws PersistenceLayerException, URISyntaxException {
super.setUp();
TokenRegistration.register(new SubSchoolToken());
TokenRegistration.register(new AllToken());
primaryContext.getReferenceContext().constructNowIfNecessary(Spell.class, "Placeholder");
secondaryContext.getReferenceContext().constructNowIfNecessary(Spell.class, "Placeholder");
}
Aggregations