QuarkusTest: How to inject object via constructor in Kotlin? #26484
Unanswered
softshipper
asked this question in
Q&A
Replies: 1 comment 2 replies
-
/cc @evanchooly |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I am using Kotlin to write Quarkus application and I have a question regarding to constructor.
I have a test class that looks as follows:
and would like to translate into
and the compiler complains:
What does it mean and how to solve it?
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions