コード例 #1
0
 /** Stops grid only if it was started by this test suite. */
 private void stopGrid() {
   // Only stop grid if it was started here.
   if (selfStarted) {
     G.stop(gridName, true);
   }
 }