Examples of TestAnnotations


Examples of net.xeoh.plugins.testplugins.testannotations.TestAnnotations

    /**
     * @throws URISyntaxException  
     * @throws InterruptedException */
    @Test
    public void testDiscovery() throws URISyntaxException, InterruptedException {
        TestAnnotations p2 = this.pm.getPlugin(TestAnnotations.class);
        RemoteDiscovery p = this.pm.getPlugin(RemoteDiscovery.class);

        System.out.println(1);
        p.announcePlugin(p2, PublishMethod.ERMI, new URI("ermi://lala:123/Jojo"));
        System.out.println(2);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.