Beispiel #1
0
 public void doSetUp(TransparentTestIface t) throws Exception {
   t.getTransparentAppConfig().setClientCount(NODE_COUNT);
   t.initializeTestRunner();
 }
Beispiel #2
0
 public void doSetUp(TransparentTestIface t) throws Exception {
   t.getTransparentAppConfig().setAttribute(ConcurrentHashMapSwapingTestApp.GC_TEST_KEY, "true");
   super.doSetUp(t);
 }