Integration testing and shutting down with Guice

后端 未结 0 1742
忘掉有多难
忘掉有多难 2021-01-26 04:54

I\'m starting my Guice application in my JUnit integration tests with the following:

@BeforeAll
public void beforeAll() {
    Guice.createInjector(new MyModule())         


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