Uses of Class
com.lazerycode.jmeter.properties.PropertiesMapping
-
Packages that use PropertiesMapping Package Description com.lazerycode.jmeter.configuration com.lazerycode.jmeter.json -
-
Uses of PropertiesMapping in com.lazerycode.jmeter.configuration
Methods in com.lazerycode.jmeter.configuration that return types with arguments of type PropertiesMapping Modifier and Type Method Description Map<ConfigurationFiles,PropertiesMapping>RemoteConfiguration. getPropertiesMap()Method parameters in com.lazerycode.jmeter.configuration with type arguments of type PropertiesMapping Modifier and Type Method Description static List<String>RemoteArgumentsArrayBuilder. buildRemoteArgumentsArray(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)voidRemoteConfiguration. setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap) -
Uses of PropertiesMapping in com.lazerycode.jmeter.json
Methods in com.lazerycode.jmeter.json that return types with arguments of type PropertiesMapping Modifier and Type Method Description Map<ConfigurationFiles,PropertiesMapping>TestConfiguration. getPropertiesMap()Method parameters in com.lazerycode.jmeter.json with type arguments of type PropertiesMapping Modifier and Type Method Description voidTestConfiguration. setPropertiesMap(Map<ConfigurationFiles,PropertiesMapping> propertiesMap)
-