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

Method setUp

code/src/utest/plugin/lsttokens/race/FaceTokenTest.java:86–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @BeforeEach
87 void setUp() throws PersistenceLayerException, URISyntaxException
88 {
89 TokenRegistration.clearTokens();
90 TokenRegistration.register(getToken());
91 resetContext();
92 expectedPrimaryMessageCount = 0;
93 TokenRegistration.register(modifierFactory);
94 }
95
96 @AfterEach
97 public void tearDown()

Callers

nothing calls this directly

Calls 4

clearTokensMethod · 0.95
registerMethod · 0.95
getTokenMethod · 0.95
resetContextMethod · 0.95

Tested by

no test coverage detected