static GraphLocation graphLocation = null ;
@BeforeClass public static void beforeClass()
{
StoreConnection.reset() ;
graphLocation = new GraphLocation(new Location(ConfigTest.getTestingDirDB())) ;
graphLocation.release() ;
graphLocation.clearDirectory() ;
graphLocation.createGraph() ;
graph = graphLocation.getGraph() ;
}