public class StepsAnnotatedField
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.util.List<StepsAnnotatedField> |
findMandatoryAnnotatedFields(java.lang.Class<?> clazz)
Find the first field in the class annotated with the Managed annotation.
|
static java.util.List<StepsAnnotatedField> |
findOptionalAnnotatedFields(java.lang.Class<?> clazz)
Find the fields in the class annotated with the Step annotation.
|
java.lang.Class<?> |
getFieldClass() |
boolean |
isInstantiated(java.lang.Object testCase) |
void |
setValue(java.lang.Object testCase,
java.lang.Object steps) |
public static java.util.List<StepsAnnotatedField> findMandatoryAnnotatedFields(java.lang.Class<?> clazz)
public static java.util.List<StepsAnnotatedField> findOptionalAnnotatedFields(java.lang.Class<?> clazz)
public void setValue(java.lang.Object testCase, java.lang.Object steps)
public boolean isInstantiated(java.lang.Object testCase)
public java.lang.Class<?> getFieldClass()