Exemple #1
0
 public void TestInit()
 {
     userService = new UserService(new GooglePeopleService(MockGoogleUserClient.GetPeopleService()));
 }
Exemple #2
0
 public static void ClassInit(TestContext context)
 {
     userService = new UserService(new GooglePeopleService(MockGoogleUserClient.GetPeopleService()));
 }