org.jboss.test.jmx.compliance.standard
Class InheritanceSUITE
java.lang.Object
junit.framework.TestSuite
org.jboss.test.jmx.compliance.standard.InheritanceSUITE
- All Implemented Interfaces:
- junit.framework.Test
- public class InheritanceSUITE
- extends junit.framework.TestSuite
Beat the heck out of the server's standard MBeanInfo inheritance handling
- Author:
- Trevor Squires.
Method Summary |
static void |
addAttributeTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
String type,
boolean read,
boolean write,
boolean is)
|
static void |
addConstructorTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
String[] signature)
|
static void |
addOperationTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
int impact,
String returnType,
String[] signature)
|
static void |
addSpuriousAttributeTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name)
|
static void |
main(String[] args)
|
static void |
resetCounters()
|
static junit.framework.Test |
suite()
|
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning |
InheritanceSUITE
public InheritanceSUITE()
main
public static void main(String[] args)
suite
public static junit.framework.Test suite()
resetCounters
public static void resetCounters()
addConstructorTest
public static void addConstructorTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
String[] signature)
addSpuriousAttributeTest
public static void addSpuriousAttributeTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name)
addAttributeTest
public static void addAttributeTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
String type,
boolean read,
boolean write,
boolean is)
addOperationTest
public static void addOperationTest(junit.framework.TestSuite testSuite,
javax.management.MBeanInfo info,
String name,
int impact,
String returnType,
String[] signature)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.