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