Examples of asExpression()


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

  @Test
  public void testAsExp() {
    KeyInfo key1 = new KeyInfo(null, "kkk", "name", null, "keyString");
    KeyInfo key2 = new KeyInfo(key1, "fff", null, 201L, "keyString");
   
    assertEquals("key('kkk','name','fff',201)", key2.asExpression(null));
  }
}
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.