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 JMockit's MockUp to Mockito migration #599

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b31f293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1da4931 View commit details
    Browse the repository at this point in the history
  3. Apply bot code suggestions

    timtebeek committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4e42b59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa1bb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d92ade View commit details
    Browse the repository at this point in the history
  6. Fix statement construction

    SiBorea committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    96688de View commit details
    Browse the repository at this point in the history
  7. Remove debug statement

    SiBorea committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f9d9fa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix code format

    SiBorea committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    694f1f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    78a4aae View commit details
    Browse the repository at this point in the history
  2. Update src/test/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockitoTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    cda1e64 View commit details
    Browse the repository at this point in the history
  3. Update src/test/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockitoTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4589bb3 View commit details
    Browse the repository at this point in the history
  4. Update src/test/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockitoTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c90fb67 View commit details
    Browse the repository at this point in the history
  5. Update src/test/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockitoTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7c7fecc View commit details
    Browse the repository at this point in the history
  6. Update src/test/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockitoTest.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8a71eb8 View commit details
    Browse the repository at this point in the history
  7. Update src/main/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockito.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f9827b0 View commit details
    Browse the repository at this point in the history
  8. Update src/main/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockito.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    34589a0 View commit details
    Browse the repository at this point in the history
  9. Update src/main/java/org/openrewrite/java/testing/jmockit/JMockitMock…

    …UpToMockito.java
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e03719a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    6c9d156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fd7446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162352f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 21, 2024

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

Commits on Sep 22, 2024

  1. Add setUp/tearDown support

    SiBorea committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4ef5811 View commit details
    Browse the repository at this point in the history
  2. Add MockUp params support

    SiBorea committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ac83863 View commit details
    Browse the repository at this point in the history
  3. Remove useless

    SiBorea committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e41c20d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

  1. Remove unused local variables

    SiBorea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8992a87 View commit details
    Browse the repository at this point in the history
  2. MockUp to try-with-resource

    SiBorea committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dce23c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e691a7b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Add import class test

    SiBorea committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4eeae91 View commit details
    Browse the repository at this point in the history
  2. Add multiple mockUp test

    SiBorea committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ee06b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06d8b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Apply bot suggestions

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a9fc1bc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f814cb View commit details
    Browse the repository at this point in the history
  2. Remove useless type cast

    SiBorea committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f1de48c View commit details
    Browse the repository at this point in the history
  3. Fix variable naming

    SiBorea committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f987e59 View commit details
    Browse the repository at this point in the history
  4. Remove fqn from naming

    SiBorea committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    28485bb View commit details
    Browse the repository at this point in the history
  5. Remove unneeded method call

    SiBorea committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    fc25bbd View commit details
    Browse the repository at this point in the history
  6. Shorter var naming

    SiBorea committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    199f8f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa85adb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 13, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    d9eb4a8 View commit details
    Browse the repository at this point in the history
  2. Resolve deprecated print()

    SiBorea committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0dc4d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e5b465 View commit details
    Browse the repository at this point in the history
  4. Make constants

    SiBorea committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b4f1e0a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

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

Commits on Oct 24, 2024

  1. Apply bot suggestions

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    SiBorea and github-actions[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    750a45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b1c08 View commit details
    Browse the repository at this point in the history