Class ScreenplayInspector

java.lang.Object
net.thucydides.core.steps.ScreenplayInspector

public class ScreenplayInspector
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ScreenplayInspector()  
  • Method Summary

    Modifier and Type Method Description
    static boolean isAScreenplayClass​(java.lang.Class<?> stepClass)  
    static boolean isAScreenplayPerformAsMethod​(java.lang.reflect.Method method)  
    static java.lang.reflect.Method performAsMethodIn​(java.lang.Class<?> stepClass)  

    Methods inherited from class java.lang.Object

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

    • ScreenplayInspector

      public ScreenplayInspector()
  • Method Details

    • isAScreenplayPerformAsMethod

      public static boolean isAScreenplayPerformAsMethod​(java.lang.reflect.Method method)
    • isAScreenplayClass

      public static boolean isAScreenplayClass​(java.lang.Class<?> stepClass)
    • performAsMethodIn

      public static java.lang.reflect.Method performAsMethodIn​(java.lang.Class<?> stepClass)