Our web app uses SystemPropertyPlaceholder to load property files depending on the value of a system property (see below)
The default setup for running it locally is sto
I am working on exactly the same problem now and hopefully found the way. You can call System.setProperty() into the static initializer of your test case.
System.setProperty()