| org.jboss.test.jbossmx.compliance.TestCase org.jboss.test.jbossmx.compliance.standard.InheritanceTestCase
InheritanceTestCase | public class InheritanceTestCase extends TestCase (Code) | | Beat the heck out of the server's standard MBeanInfo inheritance handling
author: Trevor Squires. |
Inner Class :public static class TestCoverageTEST extends TestCase | |
Method Summary | |
public static void | addAttributeTest(TestSuite testSuite, MBeanInfo info, String name, String type, boolean read, boolean write, boolean is) | public static void | addConstructorTest(TestSuite testSuite, MBeanInfo info, String name, String[] signature) | public static void | addOperationTest(TestSuite testSuite, MBeanInfo info, String name, int impact, String returnType, String[] signature) | public static void | addSpuriousAttributeTest(TestSuite testSuite, MBeanInfo info, String name) | public static void | resetCounters() | public static Test | suite() |
InheritanceTestCase | public InheritanceTestCase(String s)(Code) | | |
addAttributeTest | public static void addAttributeTest(TestSuite testSuite, MBeanInfo info, String name, String type, boolean read, boolean write, boolean is)(Code) | | |
addSpuriousAttributeTest | public static void addSpuriousAttributeTest(TestSuite testSuite, MBeanInfo info, String name)(Code) | | |
resetCounters | public static void resetCounters()(Code) | | |
suite | public static Test suite()(Code) | | |
Methods inherited from org.jboss.test.jbossmx.compliance.TestCase | public void testServerFound()(Code)(Java Doc)
|
|
|