HsOfficeBankAccountControllerRestTest
Tests
| Test |
Method name |
Duration |
Result |
| [1] testCase=TOO_SHORT |
invalidBicBeRejected(InvalidBicTestCase)[1] |
0.011s |
passed |
| [2] testCase=TOO_LONG |
invalidBicBeRejected(InvalidBicTestCase)[2] |
0.009s |
passed |
| [3] testCase=INVALID_CHARACTER |
invalidBicBeRejected(InvalidBicTestCase)[3] |
0.008s |
passed |
| [1] testCase=TOO_SHORT |
invalidIbanBeRejected(InvalidIbanTestCase)[1] |
0.038s |
passed |
| [2] testCase=TOO_LONG |
invalidIbanBeRejected(InvalidIbanTestCase)[2] |
0.010s |
passed |
| [3] testCase=INVALID_CHARACTER |
invalidIbanBeRejected(InvalidIbanTestCase)[3] |
0.006s |
passed |
| [4] testCase=INVALID_CHECKSUM |
invalidIbanBeRejected(InvalidIbanTestCase)[4] |
0.010s |
passed |
| postsNewBankAccount() |
postsNewBankAccount() |
0.013s |
passed |
Standard output
2026-08-10T15:02:13.272Z INFO 235 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.hs.office.bankaccount.HsOfficeBankAccountControllerRestTest]: HsOfficeBankAccountControllerRestTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T15:02:13.302Z INFO 235 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.office.bankaccount.HsOfficeBankAccountControllerRestTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.5)
2026-08-10T15:02:13.324Z INFO 235 --- [ Test worker] .b.HsOfficeBankAccountControllerRestTest : Starting HsOfficeBankAccountControllerRestTest using Java 21.0.11 with PID 235 (started by root in /home/tallyman/hs.hsadmin.ng/.git/gittally/worktrees/mihoe_base-tx-context-seqTxId-performance-3915db90eedb)
2026-08-10T15:02:13.324Z INFO 235 --- [ Test worker] .b.HsOfficeBankAccountControllerRestTest : The following 2 profiles are active: "fake-jwt", "test"
2026-08-10T15:02:13.686Z INFO 235 --- [ Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-08-10T15:02:13.686Z INFO 235 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-08-10T15:02:13.687Z INFO 235 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
2026-08-10T15:02:13.692Z INFO 235 --- [ Test worker] .b.HsOfficeBankAccountControllerRestTest : Started HsOfficeBankAccountControllerRestTest in 0.385 seconds (process running for 22.992)