public UserEventsServiceTest() { tests = new AfterAndBeforeTests(); userService = new UserService(); authService = new AuthService(); constants = new TestConstants(); eventService = new EventService(); userEventsService = new UserEventsService(); }
public SupportServiceTest() { tests = new AfterAndBeforeTests(); constants = new TestConstants(); supportService = new SupportService(); }
public EventServiceTest() { tests = new AfterAndBeforeTests(); eventService = new EventService(); constants = new TestConstants(); }