Examples of MyPluginComponent


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

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

Examples of hu.lacimol.tutorial.helloworld.MyPluginComponent

import static org.junit.Assert.assertEquals;

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
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.