174175176177178179180181
printTestPerformance("EdgeTestSuite", this.stopWatch()); } public void testGraphTestSuite() throws Exception { this.stopWatch(); doTestSuite(new GraphTestSuite(this)); printTestPerformance("GraphTestSuite", this.stopWatch()); }
3132333435363738
printTestPerformance("EdgeTestSuite", this.stopWatch()); } public void testGraphSuite() throws Exception { this.stopWatch(); doTestSuite(new GraphTestSuite(this)); printTestPerformance("GraphTestSuite", this.stopWatch()); }
4243444546474849
4445464748495051
3839404142434445
3940414243444546
3738394041424344
3233343536373839