Package org.freeplane.plugin.script.proxy

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


    assertTrue("you may not set a ConvertibleNodeText's text to null!", exceptionThrown);
  }

  @Test
  public void testConvertibleAttributeValuesMayBeNull() throws ConversionException, ExecuteScriptException {
    new ConvertibleText(newNodeModel(), null, null);
  }
View Full Code Here

TOP

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

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.