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

Test to ParameterizedTest annotation #349

Closed
wants to merge 7 commits into from

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    b9beb4c View commit details
    Browse the repository at this point in the history
  2. core logic should be finished, ValueSource matcher for some reason do…

    …esn't return true when getting to ValueSource annotations
    AlekSimpson committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    449dec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. switched to visiting MethodDeclarations and getting the annotations t…

    …hrough that instead of individually visiting Annotations
    AlekSimpson committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a511f35 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    014e9d1 View commit details
    Browse the repository at this point in the history
  2. updated visitor logic, can't add new annotation ParameterizedTest to …

    …array, ValueSource annotation matcher not returning true when it finds a ValueSource annotation
    AlekSimpson committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1a09e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. ParameterizedTest import statement is not being added even with maybe…

    …AddImport() and .imports()
    AlekSimpson committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5bb67bd View commit details
    Browse the repository at this point in the history
  2. ParameterizedTest import statement is not being added even with maybe…

    …AddImport() and .imports()
    AlekSimpson committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    57e4096 View commit details
    Browse the repository at this point in the history