0

I noticed in my Mironaut application integration tests that Micronaut context is started before each test class (annotated with @MicronautTest) and then destroyed after all tests from that class are executed, so the next test class has its own context built from scratch. Is there any way to sustain the context for reuse with the next class? In Spring framework this is actually the default behaviour.

mattie
  • 1

0 Answers0