79206688

Date: 2024-11-20 10:05:55
Score: 0.5
Natty:
Report link

This URL s helpfull - [[1]: https://github.com/spring-projects/spring-boot/issues/12979][1] What helped me is adding @Import(CustomExceptionHandler.class)

@WebMvcTest
@Import(CustomExceptionHandler.class)
public class SampleControllerTest {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mahesh Revaskar