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

Packages that use ReportContext
org.databene.contiperf   
org.databene.contiperf.junit   
org.databene.contiperf.report   
 

Uses of ReportContext in org.databene.contiperf
 

Methods in org.databene.contiperf that return ReportContext
 ReportContext Config.createDefaultReportContext(Class<? extends AssertionError> failureClass)
           
 

Methods in org.databene.contiperf with parameters of type ReportContext
 void PerformanceTracker.setContext(ReportContext context)
           
 

Constructors in org.databene.contiperf with parameters of type ReportContext
PerformanceTracker(Invoker target, ExecutionConfig executionConfig, PerformanceRequirement requirement, ReportContext context, Clock[] clocks)
           
PerformanceTracker(Invoker target, PerformanceRequirement requirement, ReportContext context)
           
 

Uses of ReportContext in org.databene.contiperf.junit
 

Subclasses of ReportContext in org.databene.contiperf.junit
 class JUnitReportContext
          JUnit-specific implementation of the ReportContext interface.
 

Methods in org.databene.contiperf.junit that return ReportContext
 ReportContext ContiPerfRule.getContext()
           
 

Constructors in org.databene.contiperf.junit with parameters of type ReportContext
ContiPerfRule(ReportContext context)
           
ContiPerfRule(ReportContext context, Object suite)
           
 

Uses of ReportContext in org.databene.contiperf.report
 

Fields in org.databene.contiperf.report declared as ReportContext
protected  ReportContext AbstractReportModule.context
           
 

Methods in org.databene.contiperf.report with parameters of type ReportContext
 void ReportModule.setContext(ReportContext context)
           
 void HtmlReportModule.setContext(ReportContext context)
           
 void AbstractReportModule.setContext(ReportContext context)
           
 



Copyright © 2013. All Rights Reserved.