I'd like to know if there's a way for me to unit test my plugins, while getting the actual plugin param values I've set in MV. I've found
this, but I don't see how I can fetch the actual params I've set for a plugin with that method. And with that method's reliance on mocks, it's going to be hard to make sure my tests reflect actual functionality.
Did I misunderstand something? I'd appreciate help with this.