Class MethodInfoEntity
java.lang.Object
de.qytera.qtaf.core.events.payload.MethodInfoEntity
Entity class for test scenario methods.
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInfoEntity(Method method, Class<?>[] methodParamTypes, Object[] methodParamValues, Annotation[] annotations) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet annotations.Get method.Class<?>[]Get methodParamTypes.Object[]Get methodParamValues.setAnnotations(Annotation[] annotations) Set annotations.Set method.setMethodParamTypes(Class<?>[] methodParamTypes) Set methodParamTypes.setMethodParamValues(Object[] methodParamValues) Set methodParamValues.
-
Constructor Details
-
MethodInfoEntity
public MethodInfoEntity(Method method, Class<?>[] methodParamTypes, Object[] methodParamValues, Annotation[] annotations) Constructor.- Parameters:
method- Method object of the test scenariomethodParamTypes- Types of the scenario parametersmethodParamValues- Values of the scenario parametersannotations- Annotations of the scenario method
-
-
Method Details
-
getMethod
Get method.- Returns:
- method
-
setMethod
Set method.- Parameters:
method- Method- Returns:
- this
-
getMethodParamTypes
Get methodParamTypes.- Returns:
- methodParamTypes
-
setMethodParamTypes
Set methodParamTypes.- Parameters:
methodParamTypes- MethodParamTypes- Returns:
- this
-
getMethodParamValues
Get methodParamValues.- Returns:
- methodParamValues
-
setMethodParamValues
Set methodParamValues.- Parameters:
methodParamValues- MethodParamValues- Returns:
- this
-
getAnnotations
Get annotations.- Returns:
- annotations
-
setAnnotations
Set annotations.- Parameters:
annotations- Annotations- Returns:
- this
-