Package org.freeplane.plugin.script.proxy

Examples of org.freeplane.plugin.script.proxy.ConvertibleNoteText


  @Test
  public void testConvertibleNoteTextMayBeNull() throws ConversionException {
    try {
      // by default there are no notes, i.e. they are null
      assertNull(new ConvertibleNoteText(newNodeModel(), null, null).getText());
    }
    catch (Exception e) {
      fail("null texts are allowed for other Convertibles, but got " + e);
    }
  }
View Full Code Here

TOP

Related Classes of org.freeplane.plugin.script.proxy.ConvertibleNoteText

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.