Skip to main content

DSL (BETA)

DSL are Helper classes in the package org.anasoid.jmc.core.dsl that give a quick way to instantiate common usage of Wrapper.

Example#

HttpSamplerDsl.get("Home Page", "/");

Equivalent to:

HTTPSamplerProxyWrapper.builder().withName("Home Page").withPath("/");