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