Exemplo n.º 1
0
 public UserEventsServiceTest()
 {
     tests             = new AfterAndBeforeTests();
     userService       = new UserService();
     authService       = new AuthService();
     constants         = new TestConstants();
     eventService      = new EventService();
     userEventsService = new UserEventsService();
 }
Exemplo n.º 2
0
 public SupportServiceTest()
 {
     tests          = new AfterAndBeforeTests();
     constants      = new TestConstants();
     supportService = new SupportService();
 }
Exemplo n.º 3
0
 public EventServiceTest()
 {
     tests        = new AfterAndBeforeTests();
     eventService = new EventService();
     constants    = new TestConstants();
 }