Class JobControllerIntegrationTest

java.lang.Object
me.josephsf.jobportaljosephsfeirtest.controller.JobControllerIntegrationTest

@WebMvcTest(JobController.class) @ContextConfiguration(classes=JobPortalJosephSfeirApplication.class) @Import(TestConfig.class) @AutoConfigureMockMvc(addFilters=false) public class JobControllerIntegrationTest extends Object
Integration tests for JobController. These tests validate that the controller endpoints work correctly with the service layer.
Since:
2025-05-17
  • Constructor Details

    • JobControllerIntegrationTest

      public JobControllerIntegrationTest()