All Classes and Interfaces
Class
Description
This configuration replaces the main application configuration
so that different implementations of the beans can be turned on/off
based on what the tests are demonstrating.
This test demonstrates that the
Determines the profile(s) to use when running tests or wherever using @ActiveProfile
and Spring Boot properties.
This test case demonstrates validation all at the controller level.
This configuration sets up a validating controller and a non-validating service.
This test uses a non-validating API and relies on the service to validate all inputs.
This configuration sets up a non-validating controller and a validating service.