public static void ClassInit(TestContext context) { calendarService = new CalendarService(new GoogleCalendarAPI(MockGoogleServiceClient.GetCalendarService()), EventSource.Google); }
public static void ClassInit(TestContext context) { var mockGoogleServiceClient = new MockGoogleServiceClient(); MailService = new GMailService(mockGoogleServiceClient.GetMockGraphServiceClient().Object); }
public void TestInit() { calendarService = new CalendarService(new GoogleCalendarAPI(MockGoogleServiceClient.GetCalendarService()), EventSource.Google); }