Search in sources :

Example 6 with DataSetID

use of pcgen.cdom.enumeration.DataSetID in project pcgen by PCGen.

the class NonProficiencyPenaltyFacetTest method setUp.

@Override
public void setUp() throws Exception {
    facet = new NonProficiencyPenaltyFacet();
    super.setUp();
    facet.setTemplateFacet(tfacet);
    DataSetID cid = DataSetID.getID();
    id = CharID.getID(cid);
    altid = CharID.getID(cid);
}
Also used : DataSetID(pcgen.cdom.enumeration.DataSetID)

Example 7 with DataSetID

use of pcgen.cdom.enumeration.DataSetID in project pcgen by PCGen.

the class HandsFacetTest method setUp.

@Override
public void setUp() throws Exception {
    facet = new HandsFacet();
    super.setUp();
    DataSetID cid = DataSetID.getID();
    id = CharID.getID(cid);
    altid = CharID.getID(cid);
    facet.setRaceFacet(rfacet);
    facet.setTemplateFacet(tfacet);
}
Also used : DataSetID(pcgen.cdom.enumeration.DataSetID)

Example 8 with DataSetID

use of pcgen.cdom.enumeration.DataSetID in project pcgen by PCGen.

the class SkillRankFacetTest method setUp.

@Override
public void setUp() throws Exception {
    super.setUp();
    DataSetID cid = DataSetID.getID();
    id = CharID.getID(cid);
    altid = CharID.getID(cid);
    facet.addSkillRankChangeListener(listener);
    s1 = new Skill();
    s1.setName("S1");
    s2 = new Skill();
    s2.setName("S2");
    Skill s3 = new Skill();
    s3.setName("S3");
    cl1 = new PCClass();
    cl1.setName("Cl1");
    cl2 = new PCClass();
    cl2.setName("Cl2");
}
Also used : Skill(pcgen.core.Skill) DataSetID(pcgen.cdom.enumeration.DataSetID) PCClass(pcgen.core.PCClass)

Example 9 with DataSetID

use of pcgen.cdom.enumeration.DataSetID in project pcgen by PCGen.

the class SubRaceFacetTest method setUp.

@Override
public void setUp() throws Exception {
    facet = new SubRaceFacet();
    super.setUp();
    facet.setTemplateFacet(tfacet);
    DataSetID cid = DataSetID.getID();
    id = CharID.getID(cid);
    altid = CharID.getID(cid);
}
Also used : DataSetID(pcgen.cdom.enumeration.DataSetID)

Example 10 with DataSetID

use of pcgen.cdom.enumeration.DataSetID in project pcgen by PCGen.

the class GenderFacetTest method setUp.

@Override
public void setUp() throws Exception {
    facet = new GenderFacet();
    super.setUp();
    facet.setTemplateFacet(tfacet);
    DataSetID cid = DataSetID.getID();
    id = CharID.getID(cid);
    altid = CharID.getID(cid);
}
Also used : DataSetID(pcgen.cdom.enumeration.DataSetID)

Aggregations

DataSetID (pcgen.cdom.enumeration.DataSetID)37 PCClass (pcgen.core.PCClass)5 AvailableSpell (pcgen.cdom.helper.AvailableSpell)3 Skill (pcgen.core.Skill)3 CharID (pcgen.cdom.enumeration.CharID)2 SkillCost (pcgen.cdom.enumeration.SkillCost)2 FormulaResolvingFacet (pcgen.cdom.facet.FormulaResolvingFacet)2 ClassSpellList (pcgen.cdom.list.ClassSpellList)2 DomainSpellList (pcgen.cdom.list.DomainSpellList)2 ArrayList (java.util.ArrayList)1 Before (org.junit.Before)1 VariableLibrary (pcgen.base.formula.base.VariableLibrary)1 SplitFormulaSetup (pcgen.base.solver.SplitFormulaSetup)1 AssociatedPrereqObject (pcgen.cdom.base.AssociatedPrereqObject)1 CDOMList (pcgen.cdom.base.CDOMList)1 CDOMReference (pcgen.cdom.base.CDOMReference)1 MasterListInterface (pcgen.cdom.base.MasterListInterface)1 CNAbility (pcgen.cdom.content.CNAbility)1 NonAbilityFacet (pcgen.cdom.facet.analysis.NonAbilityFacet)1 NonStatStatFacet (pcgen.cdom.facet.analysis.NonStatStatFacet)1