Path blobMetadataPath = testRoot.resolve("blobMetadata");
Path componentMetadataPath = testRoot.resolve("componentMetadata");
log("NOTE: To examine the state of this database after the test ends, enter the "
+ "following in the OrientDB console:\nuse plocal:" + componentMetadataPath + " admin admin");
this.databaseServer = new MinimalDatabaseServer();
databaseServer.start();
this.databaseManager = new DatabaseManagerImpl(componentMetadataPath.getParent().toFile());
databaseManager.start();