printTestPerformance("GraphSONReaderTestSuite", this.stopWatch());
}
public void testGraphSONWriterTestSuite() throws Exception {
this.stopWatch();
doTestSuite(new GraphSONWriterTestSuite(this));
printTestPerformance("GraphSONWriterTestSuite", this.stopWatch());
}