Class DynamicExampleStepInterceptionListener

java.lang.Object
net.thucydides.core.steps.interception.DynamicExampleStepInterceptionListener
All Implemented Interfaces:
StepInterceptionListener

public class DynamicExampleStepInterceptionListener
extends java.lang.Object
implements StepInterceptionListener
  • Constructor Summary

    Constructors
    Constructor Description
    DynamicExampleStepInterceptionListener()  
  • Method Summary

    Modifier and Type Method Description
    void end​(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method zuperMethod)  
    void start​(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method zuperMethod)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DynamicExampleStepInterceptionListener

      public DynamicExampleStepInterceptionListener()
  • Method Details

    • start

      public void start​(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method zuperMethod)
      Specified by:
      start in interface StepInterceptionListener
    • end

      public void end​(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, java.lang.reflect.Method zuperMethod)
      Specified by:
      end in interface StepInterceptionListener