Uses of Class
us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
-
Uses of MethodParam in us.abstracta.jmeter.javadsl.codegeneration
Methods in us.abstracta.jmeter.javadsl.codegeneration with type parameters of type MethodParam Modifier and Type Method Description <V,T extends MethodParam>
MethodParamTestElementParamBuilder. buildParam(String propName, BiFunction<String,V,T> builder, V defaultValue)Methods in us.abstracta.jmeter.javadsl.codegeneration that return MethodParam Modifier and Type Method Description MethodParamTestElementParamBuilder. boolParam(String propName, boolean defaultValue)Gets a MethodParam representing a boolean test element property.<V,T extends MethodParam>
MethodParamTestElementParamBuilder. buildParam(String propName, BiFunction<String,V,T> builder, V defaultValue)MethodParamTestElementParamBuilder. doubleParam(String propName)Generates a MethodParam representing a double test element property.MethodParamTestElementParamBuilder. durationParam(String propName)Same asTestElementParamBuilder.durationParam(String, Duration)but with no default value.MethodParamTestElementParamBuilder. durationParam(String propName, Duration defaultValue)Gets a MethodParam representing a test element property containing a duration (in seconds).MethodParamTestElementParamBuilder. durationParamMillis(String propName, Duration defaultValue)Gets a MethodParam representing a test element property containing a duration (in milliseconds).MethodParamTestElementParamBuilder. encodingParam(String propName, Charset defaultValue)Gets a MethodParam representing a test element property containing an encoding (Charset).<T extends Enum<?> & EnumParam.EnumPropertyValue>
MethodParamTestElementParamBuilder. enumParam(String propName, T defaultValue)Gets a MethodParam representing a test element property with a restricted set (enumerated) of string values.MethodParamTestElementParamBuilder. floatParam(String propName)Generates a MethodParam representing a float test element property.MethodParamTestElementParamBuilder. intParam(String propName)Same asTestElementParamBuilder.intParam(String, Integer)but with no default value.MethodParamTestElementParamBuilder. intParam(String propName, Integer defaultValue)Generates a MethodParam representing an integer test element property.MethodParamTestElementParamBuilder. longParam(String propName)Same asTestElementParamBuilder.longParam(String, Long)but with no default value.MethodParamTestElementParamBuilder. longParam(String propName, Long defaultValue)Generates a MethodParam representing a long test element property.MethodParamTestElementParamBuilder. stringParam(String propName)Same asTestElementParamBuilder.stringParam(String, String)but with no default value.MethodParamTestElementParamBuilder. stringParam(String propName, String defaultValue)Gets a MethodParam for a string test element property.Methods in us.abstracta.jmeter.javadsl.codegeneration with parameters of type MethodParam Modifier and Type Method Description protected MethodCallMethodCallBuilder. buildMethodCall(MethodParam... params)Builds a method call for the given set of parameters using one of registered builder methods.protected static UnsupportedOperationExceptionMethodCall. buildNoMatchingMethodFoundException(String methodCondition, MethodParam[] params)MethodCallMethodCall. chain(String methodName, MethodParam... params)Allows chaining a method call to this call.protected static MethodMethodCall. findParamsMatchingMethod(Stream<Method> methods, MethodParam[] params)static MethodCallMethodCall. forStaticMethod(Class<?> methodClass, String methodName, MethodParam... params)Generates a new instance for a static method within a given class that is applicable to a given set of parameters.static MethodCallMethodCall. fromBuilderMethod(Method method, MethodParam... params)Constructors in us.abstracta.jmeter.javadsl.codegeneration with parameters of type MethodParam Constructor Description MethodCall(String methodName, Class<?> returnType, MethodParam... params) -
Uses of MethodParam in us.abstracta.jmeter.javadsl.codegeneration.params
Subclasses of MethodParam in us.abstracta.jmeter.javadsl.codegeneration.params Modifier and Type Class Description classBoolParamIs a parameter with a boolean (true/false) value.classChildrenParam<T>Is a parameter used to specify DSL test element children methods.classDoubleParamIs a parameter with a double value.classDurationParamIs a parameter with a Duration value.classDynamicParamIs a parameter with no fixed value (ie: a variable or jmeter function reference).classEncodingParamIs a parameter with an encoding (Charset) value.classEnumParam<T extends Enum<?> & EnumParam.EnumPropertyValue>Is a parameter with an enum value.classFixedParam<T>Is a parameter with a fixed value.classFloatParamIs a parameter with a float value.classIntParamIs a parameter with an integer value.classLongParamIs a parameter with a long value.classNameParamIs a parameter associated to a test element name.classStringArrayParamclassStringParamIs a parameter with a string value. -
Uses of MethodParam in us.abstracta.jmeter.javadsl.core.assertions
Subclasses of MethodParam in us.abstracta.jmeter.javadsl.core.assertions Modifier and Type Class Description static classDslResponseAssertion.CodeBuilder.StringsCollectionParam -
Uses of MethodParam in us.abstracta.jmeter.javadsl.core.listeners
Methods in us.abstracta.jmeter.javadsl.core.listeners that return MethodParam Modifier and Type Method Description protected MethodParamDslBackendListener.BackendListenerCodeBuilder. buildArgParam(String argName, Map<String,String> args, Map<String,String> defaultArgs) -
Uses of MethodParam in us.abstracta.jmeter.javadsl.core.postprocessors
Subclasses of MethodParam in us.abstracta.jmeter.javadsl.core.postprocessors Modifier and Type Class Description static classDslJsonExtractor.CodeBuilder.JsonPathQueryLanguageParam -
Uses of MethodParam in us.abstracta.jmeter.javadsl.http
Subclasses of MethodParam in us.abstracta.jmeter.javadsl.http Modifier and Type Class Description classContentTypeParamMethods in us.abstracta.jmeter.javadsl.http that return MethodParam Modifier and Type Method Description static MethodParamDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. buildUrlParam(MethodParam protocol, MethodParam domain, MethodParam port, MethodParam path)static MethodParamHttpElementHelper. buildUrlParam(MethodParam protocol, MethodParam domain, MethodParam port, MethodParam path)Methods in us.abstracta.jmeter.javadsl.http with parameters of type MethodParam Modifier and Type Method Description protected abstract MethodCallDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. buildBaseHttpMethodCall(MethodParam name, MethodParam url, TestElementParamBuilder paramBuilder)protected MethodCallDslHttpSampler.CodeBuilder. buildBaseHttpMethodCall(MethodParam name, MethodParam url, TestElementParamBuilder paramBuilder)static MethodParamDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. buildUrlParam(MethodParam protocol, MethodParam domain, MethodParam port, MethodParam path)static MethodParamHttpElementHelper. buildUrlParam(MethodParam protocol, MethodParam domain, MethodParam port, MethodParam path)
-