Package io.gatling.plugin.util
Class PropertiesParserUtil
java.lang.Object
io.gatling.plugin.util.PropertiesParserUtil
-
Method Summary
Modifier and TypeMethodDescriptionparseProperties(String properties) Parse a String following the format key1=value1,key2=value2 into a map
-
Method Details
-
parseProperties
Parse a String following the format key1=value1,key2=value2 into a map- Parameters:
properties- the properties map- Returns:
- The map containing the properties, minus malformed properties
-