Micronaut: API functional testing framework multi-module with Junit5 #10711
Unanswered
mukilansai
asked this question in
Q&A
Replies: 1 comment
-
I am not sure I follow you. But starting a Micronaut Application context will pick every bean available. You don't have to do anything special. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I have a requirement to create a test framework using Junit5 and micronaut. Eventually all team members would contribute to writing test libraries (a different gradle module). Do I need micronaut application context to load all beans referred by the test module (imported module)? I remember Spring has some mechanism to initialize/use beans in a object. Would micronaut also support?
Thanks,
Mukil
Beta Was this translation helpful? Give feedback.
All reactions