Exemplo n.º 1
0
 public GraphManagerTests(GraphManagerFixture fixture)
 {
     authProvider = fixture.authProvider;
     graphManager = fixture.graphManager;
     Debug.WriteLine(graphManager.GetHashCode());
 }
Exemplo n.º 2
0
 public GraphApiCallTests(GraphManagerFixture fixture)
 {
     authProvider = fixture.authProvider;
 }