Use of the name in running text where the surname of the person is empty or unknown
# language: en Feature: Use of the name in running text where the surname of the person is empty or unknown Rule: Where the surname of the person is empty or unknown and the name of the person is used, aanhef is not included The aanhef is not included in the answer where all of the following conditions are met: - the surname of the person is empty or unknown (.) - aanduidingNaamgebruik is not equal to "P" (partner) Scenario: the name of the person is unknown with aanduiding naamgebruik "<naamgebruik>" Given the person with citizen service number '000000139' has the following data | naam | waarde | | geslachtsaanduiding (04.10) | V | | geslachtsnaam (02.40) | . | | aanduiding naamgebruik (61.10) | P | And the person has a 'partner' with the following data | naam | waarde | | voorvoegsel (02.30) | de | | geslachtsnaam (02.40) | Boer | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000139 | | fields | adressering.gebruikInLopendeTekst | Then the response has a person with the following 'adressering' data | naam | waarde | | gebruikInLopendeTekst | mevrouw De Boer | Scenario Outline: the name of the person is unknown with aanduiding naamgebruik "<naamgebruik>" Given the person with citizen service number '000000139' has the following data | naam | waarde | | geslachtsaanduiding (04.10) | V | | geslachtsnaam (02.40) | . | | aanduiding naamgebruik (61.10) | <naamgebruik> | And the person has a 'partner' with the following data | naam | waarde | | voorvoegsel (02.30) | de | | geslachtsnaam (02.40) | Boer | When persons are searched with the following parameters | naam | waarde | | type | RaadpleegMetBurgerservicenummer | | burgerservicenummer | 000000139 | | fields | adressering.gebruikInLopendeTekst | Then the response has a person with an empty 'adressering' object Examples: | naamgebruik | | E | | V | | N |