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

Allow mocking by TypeLiteral and Qualifiers #29780

Open
gonciarz opened this issue Dec 9, 2022 · 0 comments
Open

Allow mocking by TypeLiteral and Qualifiers #29780

gonciarz opened this issue Dec 9, 2022 · 0 comments
Labels
area/testing kind/enhancement New feature or request

Comments

@gonciarz
Copy link
Contributor

gonciarz commented Dec 9, 2022

Description

PR is ready:
#29779
It's just a few lines of code.

It will help to allow mock bean that use generic types.
In my case it's:

typealias MyUseCaseType = (String) -> Either<UseCaseError,Unit>

Implementation ideas

#29779

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants