Package me.josephsf.jobportaljosephsfeirtest.controller


package me.josephsf.jobportaljosephsfeirtest.controller
Tests for REST controllers in the Job Portal application.

This package contains test classes for the REST controllers that handle HTTP requests in the Job Portal system. These tests verify that the controllers correctly process requests, interact with services, and return appropriate responses.

The controller tests use Spring's MockMvc to simulate HTTP requests and verify:

  • Request mapping and URL handling
  • Request parameter and body validation
  • Response status codes and content
  • Authentication and authorization requirements
  • Exception handling and error responses

Key test classes in this package:

  • AuthControllerTest - Tests for authentication endpoints
  • JobControllerTest - Tests for job posting management
  • CandidateControllerTest - Tests for candidate profile operations
  • RecruiterControllerTest - Tests for recruiter profile operations
  • ApplicationControllerTest - Tests for job application processes
Since:
2025-05-15