Exemplo n.º 1
0
 private void InitializeInstanceFields()
 {
     Server = new Neo4jWithSocket(this.GetType(), TestGraphDatabaseFactory, AsSettings(SettingsFunction));
 }
Exemplo n.º 2
0
 private void InitializeInstanceFields()
 {
     _server   = new Neo4jWithSocket(this.GetType(), TestGraphDatabaseFactory, _fsRule.get, SettingsFunction);
     RuleChain = RuleChain.outerRule(_fsRule).around(_server);
 }