Package de.metalcon.socialgraph

Examples of de.metalcon.socialgraph.TestConfiguration


      transaction.finish();
    }
  }

  public static void setUp() {
    final TestConfiguration config = new TestConfiguration();

    // delete existing test database
    final File databaseDir = new File(config.getDatabasePath());
    NeoUtils.deleteFile(databaseDir);

    // load the database from the test location
    DATABASE = NeoUtils.getSocialGraphDatabase(config);
View Full Code Here

TOP

Related Classes of de.metalcon.socialgraph.TestConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.