MCPcopy Create free account
hub / github.com/PCGen/pcgen / setUp

Method setUp

code/src/test/pcgen/io/exporttoken/TextTokenTest.java:40–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38public class TextTokenTest extends AbstractCharacterTestCase
39{
40 @BeforeEach
41 @Override
42 protected void setUp() throws Exception
43 {
44 super.setUp();
45 PlayerCharacter character = getCharacter();
46 character.setName("The Vitamins are in my Fresh Brussels Sprouts");
47 character.setPCAttribute(PCStringKey.INTERESTS, "one potatoe. two potatoe. mORe");
48 }
49
50 /**
51 * Test the output for positive numbers with fractions.

Callers

nothing calls this directly

Calls 3

setNameMethod · 0.95
setPCAttributeMethod · 0.95
getCharacterMethod · 0.45

Tested by

no test coverage detected