Package org.wicketstuff.console.scala

Examples of org.wicketstuff.console.scala.ScalaScriptEngineWithTemplatesPanel


  public void test_rendersSuccessfully_Scala()
  {

    tester.startComponent(new ScalaScriptEnginePanel("foo"));
    tester.startComponent(new ScalaScriptEngineWindow("foo"));
    tester.startComponent(new ScalaScriptEngineWithTemplatesPanel("foo",
      new PackagedScriptTemplates()));
    tester.startComponent(new ScalaScriptEngineWithTemplatesWindow("foo", null,
      new PackagedScriptTemplates()));
  }
View Full Code Here


{
  private static final long serialVersionUID = 1L;

  public ScalaEngineWithTemplatesTestPage()
  {
    add(new ScalaScriptEngineWithTemplatesPanel("panel", new PackagedScriptTemplates()));
  }
View Full Code Here

TOP

Related Classes of org.wicketstuff.console.scala.ScalaScriptEngineWithTemplatesPanel

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.