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

Conversation

maio
Copy link
Contributor

@maio maio commented Feb 14, 2022

Fixes #234

so that it isn't recompiled on each function call.
so that it would be easy to add another matcher.
Kotlin encodes lambdas differently than Java so unrollLambda
has to be updated.
@LarsEckart
Copy link
Contributor

Thanks and good timing, we'll review it in ~15min :)

@LarsEckart LarsEckart merged commit ffca656 into approvals:master Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestFactory doesn't seem to work with Kotlin (lambdas)
2 participants