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

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

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

Constructor Detail

InheritanceSUITE

public InheritanceSUITE()
Method Detail

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.