Package org.pentaho.reporting.engine.classic.core.testsupport

Examples of org.pentaho.reporting.engine.classic.core.testsupport.DebugExpressionRuntime


    assertEquals("10.0", gen.generateURL(dataSet, "Key-3", 2));
  }

  public void testPieTooltip() throws Exception
  {
    DebugExpressionRuntime runtime = new DebugExpressionRuntime();
    FormulaPieTooltipGenerator gen = new FormulaPieTooltipGenerator(runtime, "=[chart::item]");

    DefaultPieDataset dataSet = new DefaultPieDataset();
    dataSet.setValue("Key-1", 5);
    dataSet.setValue("Key-2", 7);
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.engine.classic.core.testsupport.DebugExpressionRuntime

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.