org.jboss.test.jmx.compliance.standard
Class InfoTortureSUITE
java.lang.Object
junit.framework.TestSuite
org.jboss.test.jmx.compliance.standard.InfoTortureSUITE
- All Implemented Interfaces:
- junit.framework.Test
- public class InfoTortureSUITE
- extends junit.framework.TestSuite
Beat the heck out of the server's standard MBeanInfo
- 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 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 |
InfoTortureSUITE
public InfoTortureSUITE()
main
public static void main(String[] args)
suite
public static junit.framework.Test suite()
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.