Gradle Test Run :bootstrap:test

AuthApplicationTests

summary

1

tests

0

failures

0

skipped

0.011s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
contextLoads() 1 0 0 0.004s 100%

standard output

2026-05-12T15:59:36.448+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [AuthApplicationTests]: using SpringBootContextLoader 
2026-05-12T15:59:36.449+09:00  INFO 3742337 --- [    Test worker] [traceId=] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [com.project.auth.AuthApplicationTests]: AuthApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration. 
2026-05-12T15:59:36.449+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using ContextCustomizerFactory implementations for test class [AuthApplicationTests]: [SpringBootTestRandomPortContextCustomizerFactory, OnFailureConditionReportContextCustomizerFactory, OverrideAutoConfigurationContextCustomizerFactory, ImportsContextCustomizerFactory, PropertyMappingContextCustomizerFactory, ExcludeFilterContextCustomizerFactory, TypeExcludeFiltersContextCustomizerFactory, DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory, DuplicateJsonObjectContextCustomizerFactory, BeanOverrideContextCustomizerFactory, MockServerContainerContextCustomizerFactory, DynamicPropertiesContextCustomizerFactory] 
2026-05-12T15:59:36.450+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using ContextCustomizers for test class [AuthApplicationTests]: [SpringBootTestRandomPortContextCustomizer, OnFailureConditionReportContextCustomizer, PropertyMappingContextCustomizer, ExcludeFilterContextCustomizer, DuplicateJsonObjectContextCustomizer, DynamicPropertiesContextCustomizer] 
2026-05-12T15:59:36.451+09:00  INFO 3742337 --- [    Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration com.project.auth.AuthApplication for test class com.project.auth.AuthApplicationTests 
2026-05-12T15:59:36.452+09:00 DEBUG 3742337 --- [    Test worker] [traceId=] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners for test class [AuthApplicationTests]: [ServletTestExecutionListener, DirtiesContextBeforeModesTestExecutionListener, ApplicationEventsTestExecutionListener, BeanOverrideTestExecutionListener, DependencyInjectionTestExecutionListener, DirtiesContextTestExecutionListener, CommonCachesTestExecutionListener, TransactionalTestExecutionListener, SqlScriptsTestExecutionListener, WithSecurityContextTestExecutionListener, EventPublishingTestExecutionListener, ReactorContextTestExecutionListener, MockitoResetTestExecutionListener]