Ejemplo n.º 1
0
 @Test
 public void GetAsText() {
   editor.setValue(new LID("1"));
   assertEquals("1", editor.getAsText());
 }