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

Make parameterized ArgumentSource annotations repeatable #3787

Merged
merged 20 commits into from May 14, 2024

Commits on Apr 25, 2024

  1. add repeatable capabilities for CSVSource annotation

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    38a819d View commit details
    Browse the repository at this point in the history
  2. apply suggestions based on #3787 comments

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    601b337 View commit details
    Browse the repository at this point in the history
  3. add unit tests for RepeatableAnnotationArgumentsProvider

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2cfc83a View commit details
    Browse the repository at this point in the history
  4. adapt the rest of @..Source (except Null/Empty related) annotations a…

    …s repeatable
    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c1e6154 View commit details
    Browse the repository at this point in the history
  5. wip - add integration tests for repeatable annotations

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9854e8a View commit details
    Browse the repository at this point in the history
  6. apply spotless formatting

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4caeb42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a194155 View commit details
    Browse the repository at this point in the history
  8. spotless apply

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    af82017 View commit details
    Browse the repository at this point in the history
  9. add some more integration tests for repeatable use cases

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2345777 View commit details
    Browse the repository at this point in the history
  10. spotless apply

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7d001f7 View commit details
    Browse the repository at this point in the history
  11. force stream consume for preconditions validation in unit tests

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    364347a View commit details
    Browse the repository at this point in the history
  12. merge RepeatableAnnotationArgumentsProvider and AnnotationBasedArgume…

    …ntsProvider into one provider
    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1b51e1c View commit details
    Browse the repository at this point in the history
  13. add integration test for repeated @ArgumentsSource

    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4683659 View commit details
    Browse the repository at this point in the history
  14. Add release notes and user guide section related to repeatable annota…

    …tions
    Madalin Giurca authored and madalingiurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0acecf1 View commit details
    Browse the repository at this point in the history
  15. Move release notes to the correct milestone

    Madalin Giurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5a316da View commit details
    Browse the repository at this point in the history
  16. Add java docs for containers of repeatable annotations

    Madalin Giurca committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f899d5b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f8d041d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Spotless apply for removing extra new line

    Madalin Giurca committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    66454ab View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Change API status to experimental for FieldSources enum

    Madalin Giurca committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7a0f7f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37c7c09 View commit details
    Browse the repository at this point in the history