Package net.xeoh.plugins.testplugins.testinner

Examples of net.xeoh.plugins.testplugins.testinner.TestInnerInterface


    /**
     *
     */
    @Test
    public void testInner() {
        TestInnerInterface plugin = this.pm.getPlugin(TestInnerInterface.class);
        Assert.assertNotNull(plugin);
    }
View Full Code Here

TOP

Related Classes of net.xeoh.plugins.testplugins.testinner.TestInnerInterface

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.