public void test() throws Exception {
final IDbShell db = injector.getInstance(IDbShell.class);
Assert.assertTrue(db instanceof Db4oDbShell);
db.create();
db.addData();
db.drop();
}
/**
* Tests that a valid URI is provided given an absolute file path where the