So I'm writing a bunch of unit tests and like to use the JUnit plugin for eclipse to run theses said unit tests. I like the keyboard shortcut ALT+Shift+X, T to run a unit test. If this is the first time I'm running this particular UT it creates a new JUnit run configuration and uses the ${workspace_loc:XXXX} as the working directory.
I'd like to specify an alternate directory as the default working directory and some JVM args to use whenever a new Java or JUnit configuration is made (without having to hunt down the newly created configuration and set them manually) .... is this possible?
I'd like to specify an alternate directory as the default working directory and some JVM args to use whenever a new Java or JUnit configuration is made (without having to hunt down the newly created configuration and set them manually) .... is this possible?