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