HsOfficeCoopAssetsTransactionControllerRestTest

26

tests

0

failures

0

ignored

0.290s

duration

100%

successful

Tests

Test Method name Duration Result
getListGeneratesProperJson() getListGeneratesProperJson() 0.016s passed
getSingleGeneratesNotFoundForUnavailableUuid() getSingleGeneratesNotFoundForUnavailableUuid() 0.020s passed
getSingleGeneratesProperJsonForAvailableUuid() getSingleGeneratesProperJsonForAvailableUuid() 0.018s passed
[10] testCase=ASSETS_VALUE_FOR_DEPOSIT_MUST_BE_POSITIVE respondWithBadRequest(BadRequestTestCases)[10] 0.009s passed
[11] testCase=ASSETS_VALUE_FOR_DISBURSAL_MUST_BE_NEGATIVE respondWithBadRequest(BadRequestTestCases)[11] 0.008s passed
[12] testCase=ADOPTING_MEMBERSHIP_MUST_NOT_BE_THE_SAME respondWithBadRequest(BadRequestTestCases)[12] 0.009s passed
[13] testCase=ADOPTING_MEMBERSHIP_NUMBER_FOR_TRANSFER_MUST_BE_GIVEN_AND_AVAILABLE respondWithBadRequest(BadRequestTestCases)[13] 0.009s passed
[14] testCase=ADOPTING_MEMBERSHIP_UUID_FOR_TRANSFER_MUST_BE_GIVEN_AND_AVAILABLE respondWithBadRequest(BadRequestTestCases)[14] 0.010s passed
[15] testCase=ASSETS_VALUE_MUST_NOT_BE_NULL respondWithBadRequest(BadRequestTestCases)[15] 0.009s passed
[16] testCase=REFERENCE_MISSING respondWithBadRequest(BadRequestTestCases)[16] 0.009s passed
[17] testCase=REFERENCE_TOO_SHORT respondWithBadRequest(BadRequestTestCases)[17] 0.011s passed
[18] testCase=REFERENCE_TOO_LONG respondWithBadRequest(BadRequestTestCases)[18] 0.007s passed
[1] testCase=MEMBERSHIP_UUID_MISSING respondWithBadRequest(BadRequestTestCases)[1] 0.016s passed
[2] testCase=MEMBERSHIP_UUID_NOT_FOUND_OR_NOT_ACCESSIBLE respondWithBadRequest(BadRequestTestCases)[2] 0.009s passed
[3] testCase=MEMBERSHIP_UUID_AND_MEMBER_NUMBER_MUST_NOT_BE_GIVEN_BOTH respondWithBadRequest(BadRequestTestCases)[3] 0.008s passed
[4] testCase=MEMBERSHIP_UUID_OR_MEMBER_NUMBER_MUST_BE_GIVEN respondWithBadRequest(BadRequestTestCases)[4] 0.008s passed
[5] testCase=REVERSAL_ASSET_TRANSACTION_REQUIRES_REVERTED_ASSET_TX_UUID respondWithBadRequest(BadRequestTestCases)[5] 0.007s passed
[6] testCase=REVERSAL_ASSET_TRANSACTION_REQUIRES_AVAILABLE_REVERTED_ASSET_TX_UUID respondWithBadRequest(BadRequestTestCases)[6] 0.010s passed
[7] testCase=REVERSAL_ASSET_TRANSACTION_MUST_NEGATE_VALUE_OF_REVERTED_ASSET_TX respondWithBadRequest(BadRequestTestCases)[7] 0.013s passed
[8] testCase=TRANSACTION_TYPE_MISSING respondWithBadRequest(BadRequestTestCases)[8] 0.010s passed
[9] testCase=VALUE_DATE_MISSING respondWithBadRequest(BadRequestTestCases)[9] 0.010s passed
[1] testCase=REVERTING_SIMPLE_ASSET_TRANSACTION respondWithSuccessfullyCreated(SuccessfullyCreatedTestCases)[1] 0.032s passed
[2] testCase=TRANSFER_TO_GIVEN_AVAILABLE_MEMBERSHIP_NUMBER respondWithSuccessfullyCreated(SuccessfullyCreatedTestCases)[2] 0.010s passed
[3] testCase=TRANSFER_TO_GIVEN_AVAILABLE_MEMBERSHIP_UUID respondWithSuccessfullyCreated(SuccessfullyCreatedTestCases)[3] 0.010s passed
[4] testCase=REVERTING_TRANSFER_ASSET_TRANSACTION_IMPLICITLY_REVERTS_ADOPTING_ASSET_TRANSACTION respondWithSuccessfullyCreated(SuccessfullyCreatedTestCases)[4] 0.010s passed
singleTestCaseExecutionMustBeDisabled() singleTestCaseExecutionMustBeDisabled() 0.002s passed

Standard output

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

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

 :: Spring Boot ::                (v3.5.5)

2026-08-10T16:28:09.001Z  INFO 235 --- [    Test worker] eCoopAssetsTransactionControllerRestTest : Starting HsOfficeCoopAssetsTransactionControllerRestTest 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:09.001Z  INFO 235 --- [    Test worker] eCoopAssetsTransactionControllerRestTest : The following 2 profiles are active: "fake-jwt", "test"
2026-08-10T16:28:09.418Z  INFO 235 --- [    Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-08-10T16:28:09.418Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
2026-08-10T16:28:09.418Z  INFO 235 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 0 ms
2026-08-10T16:28:09.422Z  INFO 235 --- [    Test worker] eCoopAssetsTransactionControllerRestTest : Started HsOfficeCoopAssetsTransactionControllerRestTest in 0.432 seconds (process running for 22.03)