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

Replace Mockito 1.x any(Class) and anyString() with nullable(Class) #320

Merged
merged 12 commits into from
Mar 7, 2023

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    a1317e9 View commit details
    Browse the repository at this point in the history
  2. fix error of missing types

    kunli2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e415057 View commit details
    Browse the repository at this point in the history
  3. improve performance

    kunli2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    66ed9ef View commit details
    Browse the repository at this point in the history
  4. Update src/main/java/org/openrewrite/java/testing/mockito/AnyStringTo…

    …Nullable.java
    
    Co-authored-by: Tim te Beek <[email protected]>
    kunli2 and timtebeek authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c244a9f View commit details
    Browse the repository at this point in the history
  5. pass CI

    kunli2 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4b912ad View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Verify AnyToNullable

    timtebeek committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    71fad07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c742c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f11334b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd4232b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff6cdbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8eb4014 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Add UsesMockitoAll to workaround anySource AND usage

    As kindly suggested by @kunli2
    timtebeek committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9180ff0 View commit details
    Browse the repository at this point in the history