Sbmemory21gApplicationTests

1

tests

0

failures

0

ignored

1.863s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 1.863s passed

Standard output

13:27:28.065 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [org.jcg.zheng.demo21G.sbmemory21g.Sbmemory21gApplicationTests]: Sbmemory21gApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:27:28.175 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration org.jcg.zheng.demo21G.sbmemory21g.Sbmemory21gApplication for test class org.jcg.zheng.demo21G.sbmemory21g.Sbmemory21gApplicationTests

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::               (v3.4.10)

2025-09-22T13:27:28.681-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] o.j.z.d.s.Sbmemory21gApplicationTests    : Starting Sbmemory21gApplicationTests using Java 21.0.7 with PID 22020 (started by zzhen in C:\MaryZheng\workspace\sbmemory21g)
2025-09-22T13:27:28.681-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] o.j.z.d.s.Sbmemory21gApplicationTests    : No active profile set, falling back to 1 default profile: "default"
2025-09-22T13:27:29.610-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] o.s.cloud.context.scope.GenericScope     : BeanFactory id=75fb578d-f339-3d4a-b991-2a9ebb1ef503
2025-09-22T13:27:30.784-05:00  WARN 22020 --- [sbmemory21g] [    Test worker] .s.s.UserDetailsServiceAutoConfiguration : 

Using generated security password: 24cd824f-6bf3-4bf7-a3b1-e30cabcfa1c5

This generated password is for development use only. Your security configuration must be updated before running your application in production.

2025-09-22T13:27:30.864-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] r$InitializeUserDetailsManagerConfigurer : Global AuthenticationManager configured with UserDetailsService bean with name inMemoryUserDetailsManager
2025-09-22T13:27:31.186-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint beneath base path '/actuator'
2025-09-22T13:27:31.614-05:00  INFO 22020 --- [sbmemory21g] [    Test worker] o.j.z.d.s.Sbmemory21gApplicationTests    : Started Sbmemory21gApplicationTests in 3.202 seconds (process running for 4.238)

Standard error

Mockito is currently self-attaching to enable the inline-mock-maker. This will no longer work in future releases of the JDK. Please add Mockito as an agent to your build what is described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (C:\Users\zzhen\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy-agent\1.15.11\a38b16385e867f59a641330f0362ebe742788ed8\byte-buddy-agent-1.15.11.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release