Package hu.lacimol.tutorial.helloworld

Examples of hu.lacimol.tutorial.helloworld.MyPluginComponentImpl


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

Related Classes of hu.lacimol.tutorial.helloworld.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.