getListOfCoopSharesTransactions

3

tests

0

failures

0

ignored

3.815s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canFindCoopSharesTransactionsByMemberNumber() 1.221s passed
globalAdmin_canFindCoopSharesTransactionsByMembershipUuidAndDateRange() 1.331s passed
globalAdmin_canViewAllCoopSharesTransactions() 1.263s 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 13:34:49 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "efc9c572-e7c7-4611-b5fb-f498cf26981e",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "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 13:34:50 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "4b8f6cc8-53d0-4216-8eef-8742742f5fcf",
        "membership.uuid": "0b9b1a3d-963d-4c3e-a94e-d507f5fcba93",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000101-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "04615bb5-014c-4e2d-8d47-5d6f3169b7f4",
        "membership.uuid": "0b9b1a3d-963d-4c3e-a94e-d507f5fcba93",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000101-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "1f737801-3ec6-4340-84bb-13066847de28",
        "membership.uuid": "0b9b1a3d-963d-4c3e-a94e-d507f5fcba93",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000101-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "374bd722-18a7-410b-bb1e-7b36e2917bb8",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000101-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "374bd722-18a7-410b-bb1e-7b36e2917bb8",
        "membership.uuid": "0b9b1a3d-963d-4c3e-a94e-d507f5fcba93",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000101-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "1f737801-3ec6-4340-84bb-13066847de28",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000101-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    },
    {
        "uuid": "21f3667a-1272-487d-8d47-0df519e3c4d9",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000202-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "efc9c572-e7c7-4611-b5fb-f498cf26981e",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000202-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "033bb26c-c53a-412c-83f6-eecdb876d988",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000202-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "88090a08-8c4d-453e-888f-9d0f3f5fa07d",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000202-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "88090a08-8c4d-453e-888f-9d0f3f5fa07d",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000202-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "033bb26c-c53a-412c-83f6-eecdb876d988",
            "membership.uuid": null,
            "transactionType": "SUBSCRIPTION",
            "shareCount": 2,
            "valueDate": "2022-10-20",
            "reference": "ref 1000202-3",
            "comment": "some subscription"
        },
        "reversalShareTx": null
    },
    {
        "uuid": "e38f0b2b-ffe6-4596-a836-c3015aea1b57",
        "membership.uuid": "1b3a4bda-ce45-4f17-86cc-ee0ec742604f",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000303-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "6e23b24e-f0da-4a1f-ba8f-0345c30f776e",
        "membership.uuid": "1b3a4bda-ce45-4f17-86cc-ee0ec742604f",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000303-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "b7e86977-9437-4383-ab23-ed3a9aa24875",
        "membership.uuid": "1b3a4bda-ce45-4f17-86cc-ee0ec742604f",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000303-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "41fe7cc6-6ce2-464c-8f93-193d80a37ccc",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000303-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "41fe7cc6-6ce2-464c-8f93-193d80a37ccc",
        "membership.uuid": "1b3a4bda-ce45-4f17-86cc-ee0ec742604f",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000303-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "b7e86977-9437-4383-ab23-ed3a9aa24875",
            "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 13:34:51 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "21f3667a-1272-487d-8d47-0df519e3c4d9",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 4,
        "valueDate": "2010-03-15",
        "reference": "ref 1000202-1",
        "comment": "initial subscription",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "efc9c572-e7c7-4611-b5fb-f498cf26981e",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "CANCELLATION",
        "shareCount": -2,
        "valueDate": "2021-09-01",
        "reference": "ref 1000202-2",
        "comment": "cancelling some",
        "revertedShareTx": null,
        "reversalShareTx": null
    },
    {
        "uuid": "033bb26c-c53a-412c-83f6-eecdb876d988",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "SUBSCRIPTION",
        "shareCount": 2,
        "valueDate": "2022-10-20",
        "reference": "ref 1000202-3",
        "comment": "some subscription",
        "revertedShareTx": null,
        "reversalShareTx": {
            "uuid": "88090a08-8c4d-453e-888f-9d0f3f5fa07d",
            "membership.uuid": null,
            "transactionType": "REVERSAL",
            "shareCount": -2,
            "valueDate": "2022-10-21",
            "reference": "ref 1000202-4",
            "comment": "some reversal"
        }
    },
    {
        "uuid": "88090a08-8c4d-453e-888f-9d0f3f5fa07d",
        "membership.uuid": "94431523-8d89-4db8-87af-cb65dfbe6c48",
        "transactionType": "REVERSAL",
        "shareCount": -2,
        "valueDate": "2022-10-21",
        "reference": "ref 1000202-4",
        "comment": "some reversal",
        "revertedShareTx": {
            "uuid": "033bb26c-c53a-412c-83f6-eecdb876d988",
            "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