@ContextConfiguration
directs Spring’s test runner to locate a configuration file with the same name as the current test class but with a -context.xml suffix, which should be located in the same package as the test class.
2024-02-18 17:29:10
@ContextConfiguration
directs Spring’s test runner to locate a configuration file with the same name as the current test class but with a -context.xml suffix, which should be located in the same package as the test class.