Uses of Class
org.mockserver.load.IterationContext
Packages that use IterationContext
Package
Description
-
Uses of IterationContext in org.mockserver.templates.engine
Methods in org.mockserver.templates.engine with parameters of type IterationContextModifier and TypeMethodDescriptiondefault StringTemplateEngine.renderTemplate(String template, HttpRequest httpRequest, IterationContext iteration) Renders a template against the request with an optional per-iteration load-scenario variable injected under the key"iteration", returning the raw rendered text. -
Uses of IterationContext in org.mockserver.templates.engine.javascript
Methods in org.mockserver.templates.engine.javascript with parameters of type IterationContextModifier and TypeMethodDescription<T> TJavaScriptTemplateEngine.executeTemplate(String template, HttpRequest request, IterationContext iteration, Class<? extends DTO<T>> dtoClass) Load-generation only: execute a JavaScript template with a per-iteration variable (iteration) bound in the script scope. -
Uses of IterationContext in org.mockserver.templates.engine.mustache
Methods in org.mockserver.templates.engine.mustache with parameters of type IterationContextModifier and TypeMethodDescriptionMustacheTemplateEngine.renderTemplate(String template, HttpRequest request, IterationContext iteration) -
Uses of IterationContext in org.mockserver.templates.engine.velocity
Methods in org.mockserver.templates.engine.velocity with parameters of type IterationContextModifier and TypeMethodDescriptionVelocityTemplateEngine.renderTemplate(String template, HttpRequest request, IterationContext iteration)