Ejemplo n.º 1
0
 public static void ClassInit(TestContext context)
 {
     calendarService = new CalendarService(new GoogleCalendarAPI(MockGoogleServiceClient.GetCalendarService()), EventSource.Google);
 }
 public void TestInit()
 {
     calendarService = new CalendarService(new GoogleCalendarAPI(MockGoogleServiceClient.GetCalendarService()), EventSource.Google);
 }