ListMemberships

3

tests

0

failures

0

ignored

3.763s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canViewAllMemberships_ifNoCriteriaGiven() 1.226s passed
globalAdmin_canViewMembershipsByPartnerNumber() 1.261s passed
globalAdmin_canViewMembershipsByPartnerUuid() 1.276s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canViewMembershipsByPartnerUuid(): 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:05 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "3995a914-611c-4fba-abeb-9ca14ecd37d3",
        "partner": {
            "uuid": "9e20edf7-8f82-4350-a87f-9cd7f6115073",
            "partnerNumber": "P-10001",
            "partnerRel": {
                "uuid": "fec12b6c-831a-4b5c-87a4-2935037c3878",
                "anchor": {
                    "uuid": "8cc07dcc-afc5-48a9-984e-bf084051d416",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Hostsharing eG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "holder": {
                    "uuid": "51aa8be4-097b-4007-863d-136f7b9525c1",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "First GmbH",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "type": "PARTNER",
                "mark": null,
                "contact": {
                    "uuid": "eafb9bdb-bf05-463b-bd03-dd3cae11aa69",
                    "caption": "first contact",
                    "postalAddress": {
                        "country": "Germany"
                    },
                    "emailAddresses": {
                        "main": "contact-admin@firstcontact.example.com"
                    },
                    "phoneNumbers": {
                        "phone_office": "+49 123 1234567"
                    }
                }
            },
            "details": {
                "uuid": "c63f607b-c8e9-4848-a6bc-0df668c0b69f",
                "registrationOffice": "Hamburg",
                "registrationNumber": "RegNo123456789",
                "birthName": null,
                "birthPlace": null,
                "birthday": null,
                "dateOfDeath": null
            }
        },
        "mainDebitor": null,
        "memberNumber": "M-1000101",
        "memberNumberSuffix": "01",
        "validFrom": "2022-10-01",
        "validTo": "2024-12-30",
        "status": "CANCELLED",
        "membershipFeeBillable": true
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canViewMembershipsByPartnerUuid(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canViewMembershipsByPartnerNumber(): 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:07 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "bd7dfa03-647d-44ec-a7d4-68331890d616",
        "partner": {
            "uuid": "42986d6a-d1e3-492c-aec1-ea1284b611a8",
            "partnerNumber": "P-10002",
            "partnerRel": {
                "uuid": "31dfe96e-233d-4ee5-9fa9-3af940192028",
                "anchor": {
                    "uuid": "8cc07dcc-afc5-48a9-984e-bf084051d416",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Hostsharing eG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "holder": {
                    "uuid": "8fd95c23-fbb4-4d82-8f85-e951eb474e3d",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",
                    "salutation": null,
                    "title": null,
                    "givenName": "Peter",
                    "familyName": "Smith"
                },
                "type": "PARTNER",
                "mark": null,
                "contact": {
                    "uuid": "a2d70253-3237-4490-a25f-a35555a390b0",
                    "caption": "second contact",
                    "postalAddress": {
                        "country": "Germany"
                    },
                    "emailAddresses": {
                        "main": "contact-admin@secondcontact.example.com"
                    },
                    "phoneNumbers": {
                        "phone_office": "+49 123 1234567"
                    }
                }
            },
            "details": {
                "uuid": "33d055e9-b70a-4e2d-9884-921daf42fe5b",
                "registrationOffice": "Hamburg",
                "registrationNumber": "RegNo123456789",
                "birthName": null,
                "birthPlace": null,
                "birthday": null,
                "dateOfDeath": null
            }
        },
        "mainDebitor": null,
        "memberNumber": "M-1000202",
        "memberNumberSuffix": "02",
        "validFrom": "2022-10-01",
        "validTo": "2025-12-31",
        "status": "CANCELLED",
        "membershipFeeBillable": true
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canViewMembershipsByPartnerNumber(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canViewAllMemberships_ifNoCriteriaGiven(): 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:08 GMT
Keep-Alive: timeout=60
Connection: keep-alive

[
    {
        "uuid": "3995a914-611c-4fba-abeb-9ca14ecd37d3",
        "partner": {
            "uuid": "9e20edf7-8f82-4350-a87f-9cd7f6115073",
            "partnerNumber": "P-10001",
            "partnerRel": {
                "uuid": "fec12b6c-831a-4b5c-87a4-2935037c3878",
                "anchor": {
                    "uuid": "8cc07dcc-afc5-48a9-984e-bf084051d416",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Hostsharing eG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "holder": {
                    "uuid": "51aa8be4-097b-4007-863d-136f7b9525c1",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "First GmbH",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "type": "PARTNER",
                "mark": null,
                "contact": {
                    "uuid": "eafb9bdb-bf05-463b-bd03-dd3cae11aa69",
                    "caption": "first contact",
                    "postalAddress": {
                        "country": "Germany"
                    },
                    "emailAddresses": {
                        "main": "contact-admin@firstcontact.example.com"
                    },
                    "phoneNumbers": {
                        "phone_office": "+49 123 1234567"
                    }
                }
            },
            "details": {
                "uuid": "c63f607b-c8e9-4848-a6bc-0df668c0b69f",
                "registrationOffice": "Hamburg",
                "registrationNumber": "RegNo123456789",
                "birthName": null,
                "birthPlace": null,
                "birthday": null,
                "dateOfDeath": null
            }
        },
        "mainDebitor": null,
        "memberNumber": "M-1000101",
        "memberNumberSuffix": "01",
        "validFrom": "2022-10-01",
        "validTo": "2024-12-30",
        "status": "CANCELLED",
        "membershipFeeBillable": true
    },
    {
        "uuid": "bd7dfa03-647d-44ec-a7d4-68331890d616",
        "partner": {
            "uuid": "42986d6a-d1e3-492c-aec1-ea1284b611a8",
            "partnerNumber": "P-10002",
            "partnerRel": {
                "uuid": "31dfe96e-233d-4ee5-9fa9-3af940192028",
                "anchor": {
                    "uuid": "8cc07dcc-afc5-48a9-984e-bf084051d416",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Hostsharing eG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "holder": {
                    "uuid": "8fd95c23-fbb4-4d82-8f85-e951eb474e3d",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Peter Smith - The Second Hand and Thrift Stores-n-Shipping e.K.",
                    "salutation": null,
                    "title": null,
                    "givenName": "Peter",
                    "familyName": "Smith"
                },
                "type": "PARTNER",
                "mark": null,
                "contact": {
                    "uuid": "a2d70253-3237-4490-a25f-a35555a390b0",
                    "caption": "second contact",
                    "postalAddress": {
                        "country": "Germany"
                    },
                    "emailAddresses": {
                        "main": "contact-admin@secondcontact.example.com"
                    },
                    "phoneNumbers": {
                        "phone_office": "+49 123 1234567"
                    }
                }
            },
            "details": {
                "uuid": "33d055e9-b70a-4e2d-9884-921daf42fe5b",
                "registrationOffice": "Hamburg",
                "registrationNumber": "RegNo123456789",
                "birthName": null,
                "birthPlace": null,
                "birthday": null,
                "dateOfDeath": null
            }
        },
        "mainDebitor": null,
        "memberNumber": "M-1000202",
        "memberNumberSuffix": "02",
        "validFrom": "2022-10-01",
        "validTo": "2025-12-31",
        "status": "CANCELLED",
        "membershipFeeBillable": true
    },
    {
        "uuid": "e38f8dee-4a01-40bd-8ce5-792ce3454648",
        "partner": {
            "uuid": "e95a021b-1518-4110-af46-e49f44588d1e",
            "partnerNumber": "P-10003",
            "partnerRel": {
                "uuid": "23c0327b-9dcc-4716-8a4f-7d084448fa6b",
                "anchor": {
                    "uuid": "8cc07dcc-afc5-48a9-984e-bf084051d416",
                    "personType": "LEGAL_PERSON",
                    "tradeName": "Hostsharing eG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "holder": {
                    "uuid": "968db17e-982d-4253-91af-4fbdcf694a99",
                    "personType": "INCORPORATED_FIRM",
                    "tradeName": "Third OHG",
                    "salutation": null,
                    "title": null,
                    "givenName": null,
                    "familyName": null
                },
                "type": "PARTNER",
                "mark": null,
                "contact": {
                    "uuid": "6aed69ca-cc5a-4609-8668-d13e6f45ef54",
                    "caption": "third contact",
                    "postalAddress": {
                        "country": "Germany"
                    },
                    "emailAddresses": {
                        "main": "contact-admin@thirdcontact.example.com"
                    },
                    "phoneNumbers": {
                        "phone_office": "+49 123 1234567"
                    }
                }
            },
            "details": {
                "uuid": "5a0247c5-c62b-40b0-a094-0b3757832796",
                "registrationOffice": "Hamburg",
                "registrationNumber": "RegNo123456789",
                "birthName": null,
                "birthPlace": null,
                "birthday": null,
                "dateOfDeath": null
            }
        },
        "mainDebitor": null,
        "memberNumber": "M-1000303",
        "memberNumberSuffix": "03",
        "validFrom": "2022-10-01",
        "validTo": null,
        "status": "ACTIVE",
        "membershipFeeBillable": true
    }
]
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canViewAllMemberships_ifNoCriteriaGiven(): TOTAL OBJECT COUNT (after): 210 -> 210