Add support for additional configuration parameters resources by robinjhector · Pull Request #3345 · junit-team/junit-framework (original) (raw)
2 tasks
This commit adds support for specifying a properties file, for use with configuration parameters.
- Added a new field configurationParametersResources of type List to store the configuration parameters resources.
- Added new methods configurationParametersResource(String propertiesFile) and configurationParametersResources(List propertiesFiles) to add configuration parameters resources to the request builder.
- Updated the buildLauncherConfigurationParameters() method to include the configurationParametersResources in the Builder instance.
Related to issue: junit-team#3340
Adjusted annotation parameter name to value().
Scrapped duplicate configurationParametersResources method on discovery request builder. (Is now var-args)
marcphilipp linked an issue
that may beclosed by this pull request
2 tasks
marcphilipp changed the title
Add support for configuration parameters resources Add support for additional configuration parameters resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})