Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configuration parameters resources #3345

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 8, 2023

  1. Add support for configuration parameters resources

    This commit adds support for specifying a properties file, for use with configuration parameters.
    
    - Added a new field configurationParametersResources of type List<String> to store the configuration parameters resources.
    - Added new methods configurationParametersResource(String propertiesFile) and configurationParametersResources(List<String> 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
    robinjhector committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    fd45908 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Review fixes

    Adjusted annotation parameter name to `value()`.
    Scrapped duplicate configurationParametersResources method on discovery request builder. (Is now var-args)
    robinjhector committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1d12ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228d6cb View commit details
    Browse the repository at this point in the history