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 support for dynamic tests written in Kotlin #238

Merged
merged 3 commits into from Feb 14, 2022

Commits on Feb 14, 2022

  1. R Extract lambda matching pattern out of unrollLambda

    so that it isn't recompiled on each function call.
    maio committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0051e01 View commit details
    Browse the repository at this point in the history
  2. R Rename local variable

    so that it would be easy to add another matcher.
    maio committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    0a51755 View commit details
    Browse the repository at this point in the history
  3. F Add support for dynamic tests written in Kotlin

    Kotlin encodes lambdas differently than Java so unrollLambda
    has to be updated.
    maio committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    531d84d View commit details
    Browse the repository at this point in the history