Package me.josephsf.jobportaljosephsfeirtest.config


package me.josephsf.jobportaljosephsfeirtest.config
Tests for configuration classes in the Job Portal application.

This package contains test classes for the configuration components that set up the infrastructure of the Job Portal system. These tests verify that configuration classes correctly initialize the application.

The configuration tests focus on:

  • MongoDB configuration and connection
  • Security configuration and filter chain setup
  • Bean initialization and dependency injection
  • Property loading and environment setup
  • Cross-origin resource sharing (CORS) configuration

Key test classes in this package:

  • CustomMongoConfigTest - Tests for MongoDB configuration
  • SecurityConfigTest - Tests for security configuration
  • JwtAuthenticationEntryPointTest - Tests for authentication entry point

These tests ensure that the application initializes correctly with the appropriate configuration settings and infrastructure components.

Since:
2025-05-15