org.databene.contiperf.junit
Class PerformanceRequirementFailedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by junit.framework.AssertionFailedError
                  extended by org.databene.contiperf.junit.PerformanceRequirementFailedError
All Implemented Interfaces:
Serializable

public class PerformanceRequirementFailedError
extends junit.framework.AssertionFailedError

JUnit-specific class for indicating performance requirement failures.

Created: 16.01.2011 15:39:01

Since:
2.0.0
Author:
Volker Bergmann
See Also:
Serialized Form

Constructor Summary
PerformanceRequirementFailedError()
           
PerformanceRequirementFailedError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerformanceRequirementFailedError

public PerformanceRequirementFailedError()

PerformanceRequirementFailedError

public PerformanceRequirementFailedError(String message)


Copyright © 2013. All Rights Reserved.