Class ScreenplayInspector

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

public class ScreenplayInspector extends Object
  • Constructor Details

    • ScreenplayInspector

      public ScreenplayInspector()
  • Method Details

    • isAScreenplayPerformAsMethod

      public static boolean isAScreenplayPerformAsMethod(Method method)
    • isAScreenplayClass

      public static boolean isAScreenplayClass(Class<?> stepClass)
    • performAsMethodIn

      public static Method performAsMethodIn(Class<?> stepClass)