Uses of Class
org.databene.contiperf.report.Verdict

Packages that use Verdict
org.databene.contiperf.report   
 

Uses of Verdict in org.databene.contiperf.report
 

Methods in org.databene.contiperf.report that return Verdict
static Verdict ReportUtil.averageVerdict(LatencyCounter counter, PerformanceRequirement requirement)
           
static Verdict ReportUtil.maxVerdict(LatencyCounter counter, PerformanceRequirement requirement)
           
static Verdict ReportUtil.percentileVerdict(LatencyCounter counter, int percentage, Long requiredMillis)
           
static Verdict ReportUtil.percentileVerdict(LatencyCounter counter, PercentileRequirement requirement)
           
static Verdict ReportUtil.throughputVerdict(LatencyCounter counter, PerformanceRequirement requirement)
           
static Verdict ReportUtil.totalTimeVerdict(LatencyCounter counter, PerformanceRequirement requirement)
           
static Verdict Verdict.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Verdict[] Verdict.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.