I want a to create a test for my spring boot application that uses specific JVM arguments, I want the JVM arguments to be used with only this test.
Is this possible ? My goal is to set up a proxy for just one test, so if there is another approach to achieve that, please suggest it.