Package net.sf.sahi.report

Examples of net.sf.sahi.report.TestSummary


public class IssueFormatterTest extends TestCase {
  private static final long serialVersionUID = -8843504667335098410L;
  private IssueFormatter formatter = new IssueFormatter();

    public void testGetSummaryDataForSuccessSummary()  {
       assertEquals("",formatter.getSummaryData(new TestSummary()));
    }
View Full Code Here

TOP

Related Classes of net.sf.sahi.report.TestSummary

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.