org.jboss.test.jbossmx.compliance.standard
Class InfoTortureTestCase

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.jbossmx.compliance.TestCase (src) 
          extended byorg.jboss.test.jbossmx.compliance.standard.InfoTortureTestCase

public class InfoTortureTestCase
extends TestCase (src)

Beat the heck out of the server's standard MBeanInfo

See Also:
Serialized Form

Nested Class Summary
static class InfoTortureTestCase.TestCoverageTEST (src)
           
 
Field Summary
 
Fields inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
log, MBEAN_SERVER_DELEGATE, PERIOD, REPEATS, WAIT
 
Constructor Summary
InfoTortureTestCase(java.lang.String s)
           
 
Method Summary
static void addAttributeTest(TestSuite testSuite, MBeanInfo (src)  info, java.lang.String name, java.lang.String type, boolean read, boolean write, boolean is)
           
static void addConstructorTest(TestSuite testSuite, MBeanInfo (src)  info, java.lang.String name, java.lang.String[] signature)
           
static void addOperationTest(TestSuite testSuite, MBeanInfo (src)  info, java.lang.String name, int impact, java.lang.String returnType, java.lang.String[] signature)
           
static void addSpuriousAttributeTest(TestSuite testSuite, MBeanInfo (src)  info, java.lang.String name)
           
static Test suite()
           
 
Methods inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
testServerFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoTortureTestCase

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

suite

public static Test suite()

addConstructorTest

public static void addConstructorTest(TestSuite testSuite,
                                      MBeanInfo (src)  info,
                                      java.lang.String name,
                                      java.lang.String[] signature)

addSpuriousAttributeTest

public static void addSpuriousAttributeTest(TestSuite testSuite,
                                            MBeanInfo (src)  info,
                                            java.lang.String name)

addAttributeTest

public static void addAttributeTest(TestSuite testSuite,
                                    MBeanInfo (src)  info,
                                    java.lang.String name,
                                    java.lang.String type,
                                    boolean read,
                                    boolean write,
                                    boolean is)

addOperationTest

public static void addOperationTest(TestSuite testSuite,
                                    MBeanInfo (src)  info,
                                    java.lang.String name,
                                    int impact,
                                    java.lang.String returnType,
                                    java.lang.String[] signature)