org.jboss.test.jbossmx.compliance
Class TestCase

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.jbossmx.compliance.TestCase
Direct Known Subclasses:
BasicTestCase (src) , BasicTestCase (src) , BasicTestCase (src) , BasicTestCase (src) , CanonicalTestCase (src) , InfoTortureTestCase (src) , InfoTortureTestCase.TestCoverageTEST (src) , InheritanceTestCase (src) , InheritanceTestCase.TestCoverageTEST (src) , MalformedTestCase.DomainHashtableExtraTEST (src) , MalformedTestCase.DomainHashtableTEST (src) , MalformedTestCase.DomainKeyValueTEST (src) , MalformedTestCase.FullNameTEST (src) , MBeanServerFactoryTestCase (src) , MBeanServerTestCase (src) , ModelMBeanTestCase (src) , NCMBeanTestCase (src) , PatternTestCase (src) , RegistrationTestCase (src) , TrivialTestCase (src)

public class TestCase
extends junit.framework.TestCase

See Also:
Serialized Form

Field Summary
protected  Logger log
           
static java.lang.String MBEAN_SERVER_DELEGATE
          The name of the MBeanServerDelegate from the spec
static long PERIOD
          The period for a timer notification.
static long REPEATS
          The number of repeats for occurances tests
static long WAIT
           
 
Constructor Summary
TestCase(java.lang.String s)
           
 
Method Summary
 void testServerFound()
          We do not need the JBoss Server for compliance tests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log

PERIOD

public static final long PERIOD
The period for a timer notification. This needs to be small so the tests don't take too long. The wait needs to be long enough to be sure the monitor has enough time to send the notification and switch the context to the handler.

See Also:
Constant Field Values (src)

WAIT

public static final long WAIT
See Also:
Constant Field Values (src)

REPEATS

public static final long REPEATS
The number of repeats for occurances tests

See Also:
Constant Field Values (src)

MBEAN_SERVER_DELEGATE

public static final java.lang.String MBEAN_SERVER_DELEGATE
The name of the MBeanServerDelegate from the spec

See Also:
Constant Field Values (src)
Constructor Detail

TestCase

public TestCase(java.lang.String s)
Method Detail

testServerFound

public void testServerFound()
We do not need the JBoss Server for compliance tests