private StubGraphChangedListener graphChangedListener;
private EventTransactionalGraph<TinkerTransactionalGraph> graph;
public void testVertexTestSuite() throws Exception {
this.stopWatch();
doTestSuite(new VertexTestSuite(this));
printTestPerformance("VertexTestSuite", this.stopWatch());
}