Class PerformanceListener

java.lang.Object
de.hybris.platform.testframework.performance.PerformanceListener
All Implemented Interfaces:
junit.framework.TestListener

public class PerformanceListener extends Object implements junit.framework.TestListener
  • Constructor Details

    • PerformanceListener

      public PerformanceListener()
    • PerformanceListener

      public PerformanceListener(String performanceMeasurementClassName)
  • Method Details

    • startTest

      public void startTest(junit.framework.Test test)
      Specified by:
      startTest in interface junit.framework.TestListener
    • addFailure

      public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t)
      Specified by:
      addFailure in interface junit.framework.TestListener
    • addError

      public void addError(junit.framework.Test test, Throwable t)
      Specified by:
      addError in interface junit.framework.TestListener
    • endTest

      public void endTest(junit.framework.Test test)
      Specified by:
      endTest in interface junit.framework.TestListener