Giorgio Vespucci
12/14/2022, 10:11 AMinclude
a list of spec execution?
At the moment I have a bunch of SpringBootTest making always the same thing and I want to raise the context just once.
🙏Davio
12/14/2022, 10:29 AM@SpringBootTest
as much as possible, for controllers I use @WebMvcTest
with a list of controllers, if I need other classes such as ControllerAdvice I add them as wellGiorgio Vespucci
12/14/2022, 10:32 AMDavio
12/14/2022, 10:38 AMabendt
12/14/2022, 1:43 PM