public InfrastructureVerifications(Neo4JIntegrationTesting ctx)
 {
     _ctx = ctx;
 }
Exemple #2
0
 public BootstrapOfStatementResultSimulation(Neo4JIntegrationTesting ctx)
 {
     _ctx          = ctx;
     _stmntStorage = new StatementResultStorage();
 }