Skip to content

Instantly share code, notes, and snippets.

@smithbr
Created October 14, 2016 11:58
Show Gist options
  • Save smithbr/a785db301a2e7d1ace10e769134fc28b to your computer and use it in GitHub Desktop.
Save smithbr/a785db301a2e7d1ace10e769134fc28b to your computer and use it in GitHub Desktop.
if (Boolean.valueOf(vars.get("DEBUG"))) {
for (a: SampleResult.getAssertionResults()) {
if (a.isError() || a.isFailure()) {
log.error(Thread.currentThread().getName()+": "+SampleLabel+": Assertion failed for response: " + new String((byte[]) ResponseData));
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment