ApiGatewayApplicationTests

1

tests

0

failures

0

ignored

0.795s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.795s passed

Standard output

04:49:07.593 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.siddharthgawas.apigateway.ApiGatewayApplicationTests]: ApiGatewayApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
04:49:07.783 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.siddharthgawas.apigateway.ApiGatewayApplication for test class com.siddharthgawas.apigateway.ApiGatewayApplicationTests

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

 :: Spring Boot ::                (v3.5.4)

2025-07-26T04:49:08.421+05:30  INFO 45012 --- [api-gateway] [    Test worker] c.s.a.ApiGatewayApplicationTests         : Starting ApiGatewayApplicationTests using Java 21.0.8 with PID 45012 (started by siddh in D:\projects\api-gateway)
2025-07-26T04:49:08.423+05:30  INFO 45012 --- [api-gateway] [    Test worker] c.s.a.ApiGatewayApplicationTests         : No active profile set, falling back to 1 default profile: "default"
2025-07-26T04:49:09.150+05:30  INFO 45012 --- [api-gateway] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
2025-07-26T04:49:09.154+05:30  INFO 45012 --- [api-gateway] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2025-07-26T04:49:09.198+05:30  INFO 45012 --- [api-gateway] [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
2025-07-26T04:49:10.545+05:30  INFO 45012 --- [api-gateway] [    Test worker] eAuthenticationProviderManagerConfigurer : Global AuthenticationManager configured with AuthenticationProvider bean with name JWTAuthenticationProvider
2025-07-26T04:49:10.966+05:30  INFO 45012 --- [api-gateway] [    Test worker] c.s.a.ApiGatewayApplicationTests         : Started ApiGatewayApplicationTests in 2.917 seconds (process running for 4.68)

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 as described in Mockito's documentation: https://javadoc.io/doc/org.mockito/mockito-core/latest/org.mockito/org/mockito/Mockito.html#0.3
WARNING: A Java agent has been loaded dynamically (D:\gradle_repository\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy-agent\1.17.6\17b32fd9f57deef02842f7f05abc4ad8127fe34e\byte-buddy-agent-1.17.6.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