Uses of Class
org.uitnet.testing.smartfwk.core.validator.ParamValueType
-
Packages that use ParamValueType Package Description org.uitnet.testing.smartfwk.core.validator org.uitnet.testing.smartfwk.ui.core.utils -
-
Uses of ParamValueType in org.uitnet.testing.smartfwk.core.validator
Methods in org.uitnet.testing.smartfwk.core.validator that return ParamValueType Modifier and Type Method Description ParamValueTypeExpectedInfo. getValueType()ParamValueTypeParamPath. getValueType()ParamValueTypeParamValue. getValueType()static ParamValueTypeParamValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParamValueTypeParamValueType. valueOf2(String type)static ParamValueType[]ParamValueType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ParamValueType in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils that return ParamValueType Modifier and Type Method Description ParamValueTypeVariableExpressionManagerUtil.TextVarExpressionInfo. getValueType()Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type ParamValueType Modifier and Type Method Description static ObjectJsonYamlUtil. convertTextToTypedValue(String paramName, ParamValueType valueType, String text)static ObjectObjectUtil. fixObjectValueAsPerItsType(Object value, ParamValueType valueType)static ObjectJsonYamlUtil. readJsonPath(String jsonPath, ParamValueType valueType, com.jayway.jsonpath.DocumentContext jsonDocCtx)Read the values at JSON path in the given JSON document.voidVariableExpressionManagerUtil.TextVarExpressionInfo. setValueType(ParamValueType valueType)
-