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