Package org.jboss.test.jbossmx.compliance.standard.support

Examples of org.jboss.test.jbossmx.compliance.standard.support.StandardDerived1


   public static Test suite()
   {
      TestSuite testSuite = new TestSuite("All MBeanInfo Torture Tests for Standard MBeans");

      Object mbean = new StandardDerived1();
      MBeanInfo info = InfoUtil.getMBeanInfo(mbean, "test:type=mbeaninfo");

      addConstructorTest(testSuite, info, StandardDerived1.class.getName(), new String[0]);
      testSuite.addTest(new TestCoverageTEST("StandardDerived1 constructor list length", constructorTestCount, info.getConstructors().length));
      addAttributeTest(testSuite, info, "ParentValue", String.class.getName(), false, true, false);
View Full Code Here

TOP

Related Classes of org.jboss.test.jbossmx.compliance.standard.support.StandardDerived1

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.