+19:42:55.890 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
+19:42:55.901 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
+19:42:55.946 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.ecommerce.controller.CouponsControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
+19:42:55.956 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.ecommerce.controller.CouponsControllerTest], using SpringBootContextLoader
+19:42:55.959 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.ecommerce.controller.CouponsControllerTest]: class path resource [com/ecommerce/controller/CouponsControllerTest-context.xml] does not exist
+19:42:55.959 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.ecommerce.controller.CouponsControllerTest]: class path resource [com/ecommerce/controller/CouponsControllerTestContext.groovy] does not exist
+19:42:55.959 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.ecommerce.controller.CouponsControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
+19:42:55.960 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.ecommerce.controller.CouponsControllerTest]: CouponsControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
+19:42:56.011 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.ecommerce.controller.CouponsControllerTest]
+19:42:56.187 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/javiervergara/Downloads/Codigo/java-recruiting-hsa/build/classes/java/main/com/ecommerce/JavaRecruitingHsaApplication.class]
+19:42:56.192 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.ecommerce.JavaRecruitingHsaApplication for test class com.ecommerce.controller.CouponsControllerTest
+19:42:56.280 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.ecommerce.controller.CouponsControllerTest]: using defaults.
+19:42:56.280 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
+19:42:56.291 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
+19:42:56.292 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
+19:42:56.293 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@293d0107, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2692b61e, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@7b64240d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@62fad19, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@47dbb1e2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@74cadd41, org.springframework.test.context.event.EventPublishingTestExecutionListener@2e54db99, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@55e8ec2f, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@4f2613d1, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6d24ffa1, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@65a4798f, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@773f7880, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@878452d]
+19:42:56.296 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@5ddabb18 testClass = CouponsControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@3e8f7922 testClass = CouponsControllerTest, locations = '{}', classes = '{class com.ecommerce.JavaRecruitingHsaApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@17d88132, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1339e7aa, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12359a82, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5be46f9d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@15713d56, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@399c4be1], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
+
+ . ____ _ __ _ _
+ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
+( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
+ \\/ ___)| |_)| | | | | || (_| | ) ) ) )
+ ' |____| .__|_| |_|_| |_\__, | / / / /
+ =========|_|==============|___/=/_/_/_/
+ :: Spring Boot :: (v2.7.5)
+
+2022-11-12 19:42:56.828 INFO 83620 --- [ Test worker] c.e.controller.CouponsControllerTest : Starting CouponsControllerTest using Java 17.0.3 on MacBook-Air-de-Javier.local with PID 83620 (started by javiervergara in /Users/javiervergara/Downloads/Codigo/java-recruiting-hsa)
+2022-11-12 19:42:56.830 INFO 83620 --- [ Test worker] c.e.controller.CouponsControllerTest : No active profile set, falling back to 1 default profile: "default"
+2022-11-12 19:42:58.047 INFO 83620 --- [ Test worker] o.s.cloud.context.scope.GenericScope : BeanFactory id=edc87954-e58d-317a-91be-36f00454a58a
+2022-11-12 19:43:01.638 INFO 83620 --- [ Test worker] c.e.controller.CouponsControllerTest : Started CouponsControllerTest in 5.276 seconds (JVM running for 6.733)
+
+