I'm wanting to assert against JSON responses without using plugins on JMeter's BSF Assertions. For this purpose, I've created a simple set of util functions that cover my current use case: https://gist.github.com/formigone/410778976e01e0be3f572b43f331589b
My Question
What's a way to include my mini library globally within JMeter, so any BSF Assertion can have access to them?
I've tried adding the lib to a BSF PreProcessor in various scopes, but can't get it to work. I've tried putting it in a vars, but that only works in some of the threads.