Package honeycrm.server.test

Examples of honeycrm.server.test.Plugin


      Class<?> c = cl.loadClass("honeycrm.server.test.small.DynamicallyLoadedClass");

      assertTrue(c.getInterfaces()[0].equals(Plugin.class));

      Plugin p = (Plugin) c.newInstance();
      System.out.println("request answer = " + p.request());
    } catch (Exception e) {
      fail();
    }
  }
View Full Code Here

TOP

Related Classes of honeycrm.server.test.Plugin

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.