BaseWebSecurityConfigRestTest

2

tests

0

failures

0

ignored

0.148s

duration

100%

successful

Tests

Test Duration Result
requestToAnArbitraryPathWhichIsNotApiShouldReturnUnauthorized() 0.009s passed
requestToPathApiShouldReturnNotFound() 0.139s passed

Standard output

16:35:53.677 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [net.hostsharing.hsadminng.config.BaseWebSecurityConfigRestTest]: BaseWebSecurityConfigRestTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
16:35:53.927 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.config.BaseWebSecurityConfigRestTest

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

 :: Spring Boot ::                (v3.5.5)

2026-08-10T16:35:54.560Z  INFO 235 --- [    Test worker] n.h.h.c.BaseWebSecurityConfigRestTest    : Starting BaseWebSecurityConfigRestTest using Java 21.0.11 with PID 235 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/mihoe_ci-build-performance-improvements-8da83bafd50c)
2026-08-10T16:35:54.561Z  INFO 235 --- [    Test worker] n.h.h.c.BaseWebSecurityConfigRestTest    : The following 2 profiles are active: "fake-jwt", "test"
2026-08-10T16:35:56.873Z  INFO 235 --- [    Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-08-10T16:35:56.873Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-08-10T16:35:56.876Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 2 ms
2026-08-10T16:35:56.903Z  INFO 235 --- [    Test worker] n.h.h.c.BaseWebSecurityConfigRestTest    : Started BaseWebSecurityConfigRestTest in 2.903 seconds (process running for 9.77)