Package com.dianping.cat.report.task.alert.exception

Examples of com.dianping.cat.report.task.alert.exception.TopReportVisitor.visitTopReport()


    TopReportVisitor visitor = new TopReportVisitor().setReport(alertReport).setExceptionConfigManager(
        exceptionConfigManager);

    alertReport.setStartTime(topReport.getStartTime());
    alertReport.setEndTime(topReport.getEndTime());
    visitor.visitTopReport(topReport);

    Assert.assertEquals("Check the report result!", expectedAlertReportXml.replace("\r", ""), alertReport.toString()
          .replace("\r", ""));
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.