use of com.eventyay.organizer.common.ContextManager in project open-event-orga-app by fossasia.
the class ContextManagerTest method setUp.
@Before
public void setUp() {
contextManager = new ContextManager();
original = Sentry.getStoredClient();
Sentry.setStoredClient(client);
}
Aggregations