assertEquals(graph.getVertex(id).getPropertyKeys().size(), 1);
}
assertNull(graph.getVertex(1L));
assertNull(graph.getVertex(2L));
assertNull(graph.getVertex(200000L));
graph.shutdown();
}
public void testAddingVerticesWithUserIdsAsStringsThenSettingProperties() {
List<Object> ids = new ArrayList<Object>(Arrays.asList(100L, 5.0d, "10", 4.0f, "10000.00"));
final String directory = this.getWorkingDirectory();