Esempio n. 1
0
 public GraphReplicaSetLowLevel_DisableTests(
     GraphClusterCollectionFixture graphClusterCollectionFixture,
     ITestOutputHelper testOutputHelper)
     : base(graphClusterCollectionFixture, testOutputHelper)
 {
     Query = A.Fake <IQuery <int> >();
 }
Esempio n. 2
0
 public GraphReplicaSetLowLevel_MultiThreaded_EnableDisableTests(
     GraphClusterCollectionFixture graphDatabaseCollectionFixture,
     ITestOutputHelper testOutputHelper)
     : base(graphDatabaseCollectionFixture, testOutputHelper)
 {
 }
Esempio n. 3
0
 public GraphReplicaSetLowLevel_EnableTests(
     GraphClusterCollectionFixture graphClusterCollectionFixture,
     ITestOutputHelper testOutputHelper)
     : base(graphClusterCollectionFixture, testOutputHelper)
 {
 }