コード例 #1
0
 public GraphManagerTests(GraphManagerFixture fixture)
 {
     authProvider = fixture.authProvider;
     graphManager = fixture.graphManager;
     Debug.WriteLine(graphManager.GetHashCode());
 }
コード例 #2
0
 public GraphApiCallTests(GraphManagerFixture fixture)
 {
     authProvider = fixture.authProvider;
 }