Skip to content

Instantly share code, notes, and snippets.

@JanPaulEttles
Created June 19, 2012 12:09
Show Gist options
  • Select an option

  • Save JanPaulEttles/2953794 to your computer and use it in GitHub Desktop.

Select an option

Save JanPaulEttles/2953794 to your computer and use it in GitHub Desktop.
jmeter_error
createPropertyGroup("options", new String[] {
"doubleuTimeout",
"fsync",
"j",
"safe",
"w" });
...
p = property("doubleuTimeout");
p.setValue(NOT_UNDEFINED, Boolean.TRUE);
p.setValue(DEFAULT, "0");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment