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