1 package com.tctest; 2 3 public final class FastHashMapTest extends TransparentTestBase { 4 5 public void doSetUp(final TransparentTestIface tt) throws Exception { 6 tt.getTransparentAppConfig().setClientCount(FastHashMapTestApp.EXPECTED_THREAD_COUNT); 7 tt.initializeTestRunner(); 8 } 9 10 protected Class getApplicationClass() { 11 return FastHashMapTestApp.class; 12 } 13 14 } 15 | Popular Tags |