Oauth2testApplicationTests

1

tests

0

failures

0

ignored

0.385s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.385s passed

Standard output

17:07:22.371 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [se.urmo.oauth2test.Oauth2testApplicationTests]: Oauth2testApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
17:07:22.403 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration se.urmo.oauth2test.Oauth2testApplication for test class se.urmo.oauth2test.Oauth2testApplicationTests

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

 :: Spring Boot ::                (v3.4.4)

2025-04-20T17:07:22.516+02:00  INFO 62056 --- [oauth2test] [    Test worker] s.u.o.Oauth2testApplicationTests         : Starting Oauth2testApplicationTests using Java 21.0.6 with PID 62056 (started by urban in /Users/urban/repo/Oauth2-Test)
2025-04-20T17:07:22.517+02:00  INFO 62056 --- [oauth2test] [    Test worker] s.u.o.Oauth2testApplicationTests         : No active profile set, falling back to 1 default profile: "default"
2025-04-20T17:07:22.877+02:00  INFO 62056 --- [oauth2test] [    Test worker] s.u.o.Oauth2testApplicationTests         : Started Oauth2testApplicationTests in 0.432 seconds (process running for 0.782)

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 (/Users/urban/.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