Package com.google.test.metric.report

Examples of com.google.test.metric.report.CharMarker


public class PieGraphTest extends TestCase {

  CharMarker marker = new CharMarker('.', '=', '#');

  public void testChart() throws Exception {
    assertEquals("111223", new PieGraph(6, new CharMarker('1', '2', '3')).render(3, 2, 1));
  }
View Full Code Here

TOP

Related Classes of com.google.test.metric.report.CharMarker

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.