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