1 22 package org.jboss.test.jbossmx.compliance; 23 24 import org.jboss.test.JBossTestCase; 25 26 public class TestCase 27 extends JBossTestCase 28 { 29 30 36 public static final long PERIOD = 100; 37 public static final long WAIT = PERIOD * 2; 38 39 42 public static final long REPEATS = 2; 43 44 47 public static final String MBEAN_SERVER_DELEGATE = "JMImplementation:type=MBeanServerDelegate"; 48 49 public TestCase(String s) 50 { 51 super(s); 52 } 53 54 57 public void testServerFound() 58 { 59 } 60 } 61 | Popular Tags |