}
db = new MongoDb("localhost", 0, "testdb", new SerialKeyCreator());
db.open();
final ExampleValuePojo pojo = new ExampleValuePojo();
pojo.setName("Fred Smith");
oid = SerialOid.createTransient(3);
object = testObjects.createAdapter(pojo, oid);
specification = object.getSpecification();
}