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