getListOfCoopSharesTransactions

3

tests

0

failures

0

ignored

3.934s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canFindCoopSharesTransactionsByMemberNumber() 1.339s passed
globalAdmin_canFindCoopSharesTransactionsByMembershipUuidAndDateRange() 1.281s passed
globalAdmin_canViewAllCoopSharesTransactions() 1.314s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canFindCoopSharesTransactionsByMembershipUuidAndDateRange(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:31:15 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "15649415-62cd-4439-b41a-9327822878d8",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000202-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canFindCoopSharesTransactionsByMembershipUuidAndDateRange(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canViewAllCoopSharesTransactions(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:31:16 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "3828b5b2-d5fa-4a45-984b-3cde35136019",
        "membership.uuid": "9aa7e8c8-db2c-4ef7-8c1e-082d2a01e46b",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000101-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "ff8168ab-3ab3-4d83-80f2-83a8d4242e0b",
        "membership.uuid": "9aa7e8c8-db2c-4ef7-8c1e-082d2a01e46b",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000101-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "3bb4280c-969c-45f6-9f64-0cdcff756fd6",
        "membership.uuid": "9aa7e8c8-db2c-4ef7-8c1e-082d2a01e46b",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000101-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "511d243a-3849-495a-82e6-348b76e43b08",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000101-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "511d243a-3849-495a-82e6-348b76e43b08",
        "membership.uuid": "9aa7e8c8-db2c-4ef7-8c1e-082d2a01e46b",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000101-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "3bb4280c-969c-45f6-9f64-0cdcff756fd6",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000101-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    },
    {
        "uuid": "f1b1be36-fc1d-4ee2-9946-9d27000db4ad",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000202-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "15649415-62cd-4439-b41a-9327822878d8",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000202-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "801a7904-3563-4385-8897-ff9176169640",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000202-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "59694ff6-dd79-4e6b-b878-c3630db1402e",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000202-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "59694ff6-dd79-4e6b-b878-c3630db1402e",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000202-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "801a7904-3563-4385-8897-ff9176169640",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000202-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    },
    {
        "uuid": "e73c1f5f-711b-40c8-a66a-6a743dd599dd",
        "membership.uuid": "336675e0-8002-422f-9d8d-659570af6b35",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000303-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "74216b09-bca0-4d99-9e06-7ddc8196248e",
        "membership.uuid": "336675e0-8002-422f-9d8d-659570af6b35",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000303-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "3f5ff8cc-aca2-4d87-ad20-a37fec1ff42e",
        "membership.uuid": "336675e0-8002-422f-9d8d-659570af6b35",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000303-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "fcc2fcaf-298d-48c2-b995-5f997d0532b6",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000303-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "fcc2fcaf-298d-48c2-b995-5f997d0532b6",
        "membership.uuid": "336675e0-8002-422f-9d8d-659570af6b35",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000303-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "3f5ff8cc-aca2-4d87-ad20-a37fec1ff42e",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000303-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canViewAllCoopSharesTransactions(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canFindCoopSharesTransactionsByMemberNumber(): TOTAL OBJECT COUNT (initial): 210 -> 210
HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:31:17 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "f1b1be36-fc1d-4ee2-9946-9d27000db4ad",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000202-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "15649415-62cd-4439-b41a-9327822878d8",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000202-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "801a7904-3563-4385-8897-ff9176169640",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000202-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "59694ff6-dd79-4e6b-b878-c3630db1402e",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000202-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "59694ff6-dd79-4e6b-b878-c3630db1402e",
        "membership.uuid": "f0b254f9-35be-4abb-b0ac-52ac5b5fc025",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000202-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "801a7904-3563-4385-8897-ff9176169640",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000202-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canFindCoopSharesTransactionsByMemberNumber(): TOTAL OBJECT COUNT (after): 210 -> 210