1 5 package com.tctest; 6 7 import com.tctest.stringbuffer.StringBufferTestApp; 8 9 public class StringBufferTest extends TransparentTestBase { 10 11 private static final int NODE_COUNT = 5; 12 13 public void setUp() throws Exception { 14 super.setUp(); 15 getTransparentAppConfig().setClientCount(NODE_COUNT).setIntensity(1); 16 initializeTestRunner(); 17 } 18 19 protected Class getApplicationClass() { 20 return StringBufferTestApp.class; 21 } 22 23 } 24 | Popular Tags |