Code Explainers
Code explainers tagged #web-layer
java
@WebMvcTest(OrderController.class) class OrderControllerTest { @Autowired
Slicing the web layer with @WebMvcTest in Spring
testing
mocking
web-layer
Intermediate
9 steps
java
@WebMvcTest(OrderController.class) class OrderControllerTest { @Autowired
Slice testing a controller with @WebMvcTest in Spring
testing
mocking
http
Intermediate
8 steps