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