Exemplo n.º 1
0
 public InfrastructureVerifications(Neo4JIntegrationTesting ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 2
0
 public BootstrapOfStatementResultSimulation(Neo4JIntegrationTesting ctx)
 {
     _ctx          = ctx;
     _stmntStorage = new StatementResultStorage();
 }