Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openrewrite/rewrite-testing-frameworks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: openrewrite/rewrite-testing-frameworks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.5
Choose a head ref
  • 5 commits
  • 24 files changed
  • 5 contributors

Commits on Dec 8, 2023

  1. refactor: OpenRewrite recipe best practices

    Use this link to re-run the recipe: https://app.moderne.io/recipes/builder/XX1hrwagC?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    89e1355 View commit details
    Browse the repository at this point in the history
  2. Also swap assertNull and assertNotNull argument order (#440)

    * Also swap assertNull and assertNotNull argument order
    
    * Use wildcard
    
    * Fix argument matcher
    timtebeek authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    76fe8e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    e383281 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix-issue-441 (#442)

    Co-authored-by: Thomas Mauch <thomas.mauch@swisslog.com>
    magicwerk and Thomas Mauch authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e7f0148 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. AddMissingTestBeforeAfterAnnotations recipe for overridden JUnit te…

    …st methods (#444)
    
    * fix-issue-441
    
    * fix issue 443
    
    * Add precondition & push logic into LifecyleAnnotation
    
    * Remove trailing whitespace and excess newlines
    
    ---------
    
    Co-authored-by: Thomas Mauch <thomas.mauch@swisslog.com>
    Co-authored-by: Tim te Beek <tim@moderne.io>
    3 people authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6a9f229 View commit details
    Browse the repository at this point in the history
Loading