| org.jboss.test.jbossmx.compliance.TestCase
All known Subclasses: org.jboss.test.jbossmx.compliance.standard.TrivialTestCase, org.jboss.test.jbossmx.compliance.server.MBeanServerTestCase, org.jboss.test.jbossmx.compliance.standard.InfoTortureTestCase, org.jboss.test.jbossmx.compliance.modelmbean.ModelMBeanTestCase, org.jboss.test.jbossmx.compliance.server.MBeanServerFactoryTestCase, org.jboss.test.jbossmx.compliance.standard.InheritanceTestCase, org.jboss.test.jbossmx.compliance.timer.PeriodTestCase, org.jboss.test.jbossmx.compliance.notcompliant.NCMBeanTestCase, org.jboss.test.jbossmx.compliance.monitor.BasicTestCase, org.jboss.test.jbossmx.compliance.objectname.BasicTestCase, org.jboss.test.jbossmx.compliance.objectname.PatternTestCase, org.jboss.test.jbossmx.compliance.standard.PackageProtectedTestCase, org.jboss.test.jbossmx.compliance.timer.BasicTestCase, org.jboss.test.jbossmx.compliance.registration.RegistrationTestCase, org.jboss.test.jbossmx.compliance.relation.BasicTestCase, org.jboss.test.jbossmx.compliance.objectname.CanonicalTestCase,
TestCase | public class TestCase extends junit.framework.TestCase (Code) | | |
MBEAN_SERVER_DELEGATE | final public static String MBEAN_SERVER_DELEGATE(Code) | | The name of the MBeanServerDelegate from the spec
|
PERIOD | final public static long PERIOD(Code) | | 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.
|
REPEATS | final public static long REPEATS(Code) | | The number of repeats for occurances tests
|
WAIT | final public static long WAIT(Code) | | |
testServerFound | public void testServerFound()(Code) | | We do not need the JBoss Server for compliance tests
|
|
|