168169170171172173174175
printTestPerformance("VertexTestSuite", this.stopWatch()); } public void testEdgeTestSuite() throws Exception { this.stopWatch(); doTestSuite(new EdgeTestSuite(this)); printTestPerformance("EdgeTestSuite", this.stopWatch()); }
2526272829303132
printTestPerformance("VertexTestSuite", this.stopWatch()); } public void testEdgeSuite() throws Exception { this.stopWatch(); doTestSuite(new EdgeTestSuite(this)); printTestPerformance("EdgeTestSuite", this.stopWatch()); }
3637383940414243
3839404142434445
3233343536373839
3334353637383940
3132333435363738
2627282930313233