Class StepLibraryType
java.lang.Object
net.thucydides.core.steps.construction.StepLibraryType
public class StepLibraryType
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description StepLibraryType(java.lang.Class<?> stepLibraryClass) -
Method Summary
Modifier and Type Method Description <T> booleanhasAConstructorWithParameters()<T> booleanhasAPagesConstructor()<T> booleanhasAPagesField()static StepLibraryTypeofClass(java.lang.Class<?> stepLibraryClass)static com.google.common.base.Predicate<java.lang.reflect.Field>ofTypePages()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StepLibraryType
public StepLibraryType(java.lang.Class<?> stepLibraryClass)
-
-
Method Details
-
ofClass
-
hasAPagesConstructor
public <T> boolean hasAPagesConstructor() -
hasAConstructorWithParameters
public <T> boolean hasAConstructorWithParameters() -
hasAPagesField
public <T> boolean hasAPagesField() -
ofTypePages
public static com.google.common.base.Predicate<java.lang.reflect.Field> ofTypePages()
-