Uses of Class
org.uitnet.testing.smartfwk.core.validator.ParamPath
-
-
Uses of ParamPath in org.uitnet.testing.smartfwk.api.core.reader
Methods in org.uitnet.testing.smartfwk.api.core.reader with parameters of type ParamPath Modifier and Type Method Description ObjectXmlDocumentReader. findAttributeOrTextValues(String elementName, ParamPath xpath) -
Uses of ParamPath in org.uitnet.testing.smartfwk.core.validator.xml
Methods in org.uitnet.testing.smartfwk.core.validator.xml with parameters of type ParamPath Modifier and Type Method Description ObjectXmlDocumentValidator. findAttributeOrTextValues(String elementName, ParamPath xpath) -
Uses of ParamPath in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils that return ParamPath Modifier and Type Method Description static ParamPathJsonYamlUtil. parseParamPath(String paramPath) -
Uses of ParamPath in org.uitnet.testing.smartfwk.validator
Methods in org.uitnet.testing.smartfwk.validator with parameters of type ParamPath Modifier and Type Method Description static voidParameterValidator. validateParamValueAsExpectedInfo(boolean isField, ParamPath param, Object actualValue, String operator, ExpectedInfo expectedInfo)
-