How to get Quarkus multimodule CDI working in tests?

后端 未结 0 1470
南方客
南方客 2021-01-16 16:59

In Quarkus testing one can normally easily use beans by annotating them with @Inject:

@QuarkusTest
class InjectionTest {

@Inject
SomeBean someBean;

@Test
vo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题