Class StepLibraryType

java.lang.Object
net.thucydides.core.steps.construction.StepLibraryType

public class StepLibraryType extends Object
  • Constructor Details

    • StepLibraryType

      public StepLibraryType(Class<?> stepLibraryClass)
  • Method Details

    • ofClass

      public static StepLibraryType ofClass(Class<?> stepLibraryClass)
    • hasAPagesConstructor

      public <T> boolean hasAPagesConstructor()
    • hasAConstructorWithParameters

      public <T> boolean hasAConstructorWithParameters()
    • hasAPagesField

      public <T> boolean hasAPagesField()
    • ofTypePages

      public static com.google.common.base.Predicate<Field> ofTypePages()