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

Method setUp

code/src/itest/tokencontent/GlobalModifyTest.java:55–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 FacetLibrary.getFacet(EquippedEquipmentFacet.class);
54
55 @BeforeEach
56 @Override
57 protected void setUp() throws Exception
58 {
59 super.setUp();
60 TokenRegistration.register(SMF);
61 context.getVariableContext().assertLegalVariableID("MyVar",
62 context.getActiveScope(), FormatUtilities.NUMBER_MANAGER);
63 }
64
65 @Override
66 public void processToken(CDOMObject source)

Callers

nothing calls this directly

Calls 4

registerMethod · 0.95
assertLegalVariableIDMethod · 0.65
getVariableContextMethod · 0.65
getActiveScopeMethod · 0.65

Tested by

no test coverage detected