()
| 38 | public 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. |
nothing calls this directly
no test coverage detected