RbacGrantControllerRestTest

5

tests

0

failures

0

ignored

0.044s

duration

100%

successful

Tests

Test Duration Result
deleteRoleGrantFromSubjectDeletesGrant() 0.006s passed
getListOfGrantsByUuidReturnsGrantIfFound() 0.009s passed
getListOfGrantsByUuidReturnsNotFoundIfMissing() 0.012s passed
getListOfSubjectGrantsReturnsAllGrants() 0.006s passed
postNewRoleGrantToSubjectSavesGrant() 0.011s passed

Standard output

2026-08-10T16:28:15.336Z  INFO 235 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.rbac.grant.RbacGrantControllerRestTest]: RbacGrantControllerRestTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T16:28:15.355Z  INFO 235 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.rbac.grant.RbacGrantControllerRestTest

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

 :: Spring Boot ::                (v3.5.5)

2026-08-10T16:28:15.368Z  INFO 235 --- [    Test worker] n.h.h.r.g.RbacGrantControllerRestTest    : Starting RbacGrantControllerRestTest using Java 21.0.11 with PID 235 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/master-fc613b4dfd67)
2026-08-10T16:28:15.368Z  INFO 235 --- [    Test worker] n.h.h.r.g.RbacGrantControllerRestTest    : The following 2 profiles are active: "fake-jwt", "test"
2026-08-10T16:28:15.572Z  INFO 235 --- [    Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-08-10T16:28:15.572Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-08-10T16:28:15.572Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 0 ms
2026-08-10T16:28:15.576Z  INFO 235 --- [    Test worker] n.h.h.r.g.RbacGrantControllerRestTest    : Started RbacGrantControllerRestTest in 0.219 seconds (process running for 28.184)