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

Handle multiple blocks in JMockit Expectations #596

Commits on Sep 9, 2024

  1. Add logic to handle multiple blocks(with curly braces) in one Expecta…

    …tions declaration. This is a rare and bizzare way to "better" readability because it "groups" related statements together, but there's nothing wrong with the syntax.
    Sheng Yu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0a00b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e1004 View commit details
    Browse the repository at this point in the history
  3. add redundant curly braces to test bizarre cases

    Sheng Yu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fae0ebe View commit details
    Browse the repository at this point in the history
  4. format code

    Sheng Yu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    70b2163 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into bugfix/handle_multiple_curly_braces_in_jmock…

    …it_expectations
    Sheng Yu committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    407aaa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Apply suggestions from code review

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    timtebeek and github-actions[bot] committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    043f151 View commit details
    Browse the repository at this point in the history
  2. follow the right coding convention

    Sheng Yu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5c8559a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bugfix/handle_multiple_curly_braces_in_jmockit_expectat…

    …ions' of github.com:yurii-yu/rewrite-testing-frameworks into bugfix/handle_multiple_curly_braces_in_jmockit_expectations
    Sheng Yu committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    40b16fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b6f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b944b8 View commit details
    Browse the repository at this point in the history