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