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

Jqwik failing due to AnnotatedType #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sergio-sastre
Copy link
Owner

@sergio-sastre sergio-sastre commented Nov 28, 2021

Configuration sample to add Jqwik to an Android project for instrumented tests.
Fails due to AnnotatedType missing in the AR (Android Runtime)

Screenshot 2021-11-28 at 06 06 08

@jlink
Copy link

jlink commented Nov 29, 2021

Please try again with jqwik version 1.6.1-ANDROID-SNAPSHOT.

It might work, although I'm not really sure how the runtime reacts on missing interface definitions java.lang.reflect.AnnotatedType and java.lang.reflect.AnnotatedParameterizedType.
If those turn out to be a problem, then there's no easy way around that I can currently see :-( Everything in AnnotatedType would have to been wrapped.

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.

2 participants