org.databene.contiperf.junit
Class JUnitReportContext

java.lang.Object
  extended by org.databene.contiperf.report.ReportContext
      extended by org.databene.contiperf.junit.JUnitReportContext

public class JUnitReportContext
extends ReportContext

JUnit-specific implementation of the ReportContext interface.

Created: 16.01.2011 15:12:24

Since:
2.0.0
Author:
Volker Bergmann

Field Summary
static Class<PerformanceRequirementFailedError> FAILURE_CLASS
           
 
Constructor Summary
JUnitReportContext()
           
 
Method Summary
static JUnitReportContext createInstance(Object suite)
           
 
Methods inherited from class org.databene.contiperf.report.ReportContext
addReportModule, ensureDirectoryExists, fail, getReportFolder, getReportModule, getReportModules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILURE_CLASS

public static final Class<PerformanceRequirementFailedError> FAILURE_CLASS
Constructor Detail

JUnitReportContext

public JUnitReportContext()
Method Detail

createInstance

public static JUnitReportContext createInstance(Object suite)


Copyright © 2013. All Rights Reserved.