Search in sources :

Example 1 with AllToken

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");
}
Also used : AllToken(plugin.primitive.spell.AllToken) SubSchoolToken(plugin.primitive.spell.SubSchoolToken)

Aggregations

AllToken (plugin.primitive.spell.AllToken)1 SubSchoolToken (plugin.primitive.spell.SubSchoolToken)1