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