Skip to main content

Functions

JMC give a java way to call Jmeter functions, all Jmeter function are available as static method in the Class org.anasoid.jmc.core.wrapper.jmc.functions.JmeterFunctions . To see available functions see (jmeter-functions).

Functions can have multiple signature depend on optional parameters.

Example#

JmeterFunctions.property("SERVER_PORT", "443"); // return ${__property(SERVER_PORT,,443)}