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

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


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

      resetCounters();

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

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

TOP

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

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.