Class CandidateControllerIntegrationTest

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

@WebMvcTest(CandidateController.class) @ContextConfiguration(classes=JobPortalJosephSfeirApplication.class) @Import(TestConfig.class) @AutoConfigureMockMvc(addFilters=false) public class CandidateControllerIntegrationTest extends Object
Integration tests for CandidateController. These tests validate that the candidate profile endpoints work correctly.
Since:
2025-05-17
  • Constructor Details

    • CandidateControllerIntegrationTest

      public CandidateControllerIntegrationTest()