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

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


      testSuite.addTest(new TestCoverageTEST("StandardDerived1 attribute list length", attributeTestCount, info.getAttributes().length));
      testSuite.addTest(new TestCoverageTEST("StandardDerived1 operation list length", operationTestCount, info.getOperations().length));

      resetCounters();

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

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

TOP

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

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.