Package com.google.code.greenwood.confluenceadvancedcodeblockplugin

Examples of com.google.code.greenwood.confluenceadvancedcodeblockplugin.MyPluginComponentImpl


public class MyComponentUnitTest
{
    @Test
    public void testMyName()
    {
        MyPluginComponent component = new MyPluginComponentImpl(null);
        assertEquals("names do not match!", "myComponent",component.getName());
    }
View Full Code Here

TOP

Related Classes of com.google.code.greenwood.confluenceadvancedcodeblockplugin.MyPluginComponentImpl

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.