Uses of Class
org.uitnet.testing.smartfwk.common.MethodArg
-
Packages that use MethodArg Package Description org.uitnet.testing.smartfwk.common org.uitnet.testing.smartfwk.database -
-
Uses of MethodArg in org.uitnet.testing.smartfwk.common
Methods in org.uitnet.testing.smartfwk.common that return MethodArg Modifier and Type Method Description MethodArg<T>MethodArg. setDataType(Class<T> dataType)MethodArg<T>MethodArg. setMode(MethodArgMode mode)MethodArg<T>MethodArg. setName(String name)MethodArg<T>MethodArg. setValue(T value) -
Uses of MethodArg in org.uitnet.testing.smartfwk.database
Methods in org.uitnet.testing.smartfwk.database with parameters of type MethodArg Modifier and Type Method Description com.jayway.jsonpath.DocumentContextAbstractDatabaseActionHandler. executeProcedure(String procedureName, MethodArg<?>... args)protected abstract StringAbstractDatabaseActionHandler. executeProcedureReturnAsJson(String procedureName, MethodArg<?>... args)protected StringSqlDatabaseActionHandler. executeProcedureReturnAsJson(String procedureName, MethodArg<?>... args)
-