HsOfficeCoopSharesTransactionControllerRestTest
Tests
| Test |
Method name |
Duration |
Result |
| postsNewCoopSharesTransaction() |
postsNewCoopSharesTransaction() |
0.035s |
passed |
| [1] testCase=MEMBERSHIP_UUID_MISSING |
respondWithBadRequest(BadRequestTestCases)[1] |
0.015s |
passed |
| [2] testCase=TRANSACTION_TYPE_MISSING |
respondWithBadRequest(BadRequestTestCases)[2] |
0.009s |
passed |
| [3] testCase=VALUE_DATE_MISSING |
respondWithBadRequest(BadRequestTestCases)[3] |
0.008s |
passed |
| [4] testCase=SHARES_COUNT_FOR_SUBSCRIPTION_MUST_BE_POSITIVE |
respondWithBadRequest(BadRequestTestCases)[4] |
0.008s |
passed |
| [5] testCase=SHARES_COUNT_FOR_CANCELLATION_MUST_BE_NEGATIVE |
respondWithBadRequest(BadRequestTestCases)[5] |
0.009s |
passed |
| [6] testCase=SHARES_COUNT_MUST_NOT_BE_NULL |
respondWithBadRequest(BadRequestTestCases)[6] |
0.009s |
passed |
| [7] testCase=REFERENCE_MISSING |
respondWithBadRequest(BadRequestTestCases)[7] |
0.008s |
passed |
| [8] testCase=REFERENCE_TOO_SHORT |
respondWithBadRequest(BadRequestTestCases)[8] |
0.009s |
passed |
| [9] testCase=REFERENCE_TOO_LONG |
respondWithBadRequest(BadRequestTestCases)[9] |
0.009s |
passed |
Standard output
2026-08-10T15:02:15.706Z INFO 235 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.hs.office.coopshares.HsOfficeCoopSharesTransactionControllerRestTest]: HsOfficeCoopSharesTransactionControllerRestTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T15:02:15.736Z INFO 235 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.office.coopshares.HsOfficeCoopSharesTransactionControllerRestTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.5)
2026-08-10T15:02:15.756Z INFO 235 --- [ Test worker] eCoopSharesTransactionControllerRestTest : Starting HsOfficeCoopSharesTransactionControllerRestTest 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:15.756Z INFO 235 --- [ Test worker] eCoopSharesTransactionControllerRestTest : The following 2 profiles are active: "fake-jwt", "test"
2026-08-10T15:02:16.117Z INFO 235 --- [ Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-08-10T15:02:16.117Z INFO 235 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-08-10T15:02:16.117Z INFO 235 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 0 ms
2026-08-10T15:02:16.122Z INFO 235 --- [ Test worker] eCoopSharesTransactionControllerRestTest : Started HsOfficeCoopSharesTransactionControllerRestTest in 0.383 seconds (process running for 25.422)