org.jboss.test.jmx.compliance.standard
Class InfoTortureSUITE

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.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.

Nested Class Summary
static class InfoTortureSUITE.TestCoverageTEST
           
 
Constructor Summary
InfoTortureSUITE()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfoTortureSUITE

public InfoTortureSUITE()
Method Detail

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.