Package test.compliance.notcompliant.support

Examples of test.compliance.notcompliant.support.InterfaceProblems


   public void testInterfaceProblems()
   {
      try
      {
         registerAndDontTest(new InterfaceProblems());
      }
      catch (NotCompliantMBeanException e)
      {
         fail("FAILS IN RI: Cannot cope with overriden get/is in interfaces");
      }
View Full Code Here

TOP

Related Classes of test.compliance.notcompliant.support.InterfaceProblems

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.