Package org.yaac.shared.property

Examples of org.yaac.shared.property.KeyInfo.asHtml()


 
  @Test
  public void testAsHtml() {
    KeyInfo key = new KeyInfo(null, "kkk", "name", null, "keyString");
   
    assertEquals("<a href='#editor:keyString'>kkk(\"name\")</a>", key.asHtml());
  }
 
  @Test
  public void testEncodeDecode() {
    KeyInfo key1 = new KeyInfo(null, "kkk", null, 20L, "keyString");
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.