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.
We are unable to flip a switch to turn off validation, but we can
define a new Group with non membership and define that to be the
level of validation to effectively turn off validation in controller.