use of pcgen.cdom.facet.KnownSpellFacet in project pcgen by PCGen.
the class GlobalSpellKnownTest method setUp.
@Override
protected void setUp() throws Exception {
super.setUp();
knownSpellFacet = FacetLibrary.getFacet(KnownSpellFacet.class);
wizardSpellList = context.getReferenceContext().constructNowIfNecessary(ClassSpellList.class, "Wizard");
fb = context.getReferenceContext().constructNowIfNecessary(Spell.class, "Fireball");
TokenRegistration.register(new PreVariableParser());
classSetUp();
}
Aggregations