Skip to content

NIAD-3471 Support multiple given names in practitioner XML#1292

Open
MartinWheelerMT wants to merge 6 commits into
mainfrom
niad-3471-support-multiple-practitioner-given-names
Open

NIAD-3471 Support multiple given names in practitioner XML#1292
MartinWheelerMT wants to merge 6 commits into
mainfrom
niad-3471-support-multiple-practitioner-given-names

* Add additional tests to address surviving mutations.

b9bf645
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / pitest completed Jun 23, 2026 in 1s

Pitest mutation testing feedback

  • Surviving mutants in this change: 2
  • Killed mutants in this change: 21
class surviving killed
🧟uk.nhs.adaptors.pss.translator.mapper.AgentDirectoryMapper 2 17
💯uk.nhs.adaptors.pss.translator.util.ParticipantReferenceUtil 0 4

See https://pitest.org

Annotations

Check warning on line 167 in gp2gp-translator/src/main/java/uk/nhs/adaptors/pss/translator/mapper/AgentDirectoryMapper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 167 without causing a test to fail

removed conditional - replaced equality check with true (covered by 18 tests RemoveConditionalMutator_EQUAL_IF)

Check warning on line 163 in gp2gp-translator/src/main/java/uk/nhs/adaptors/pss/translator/mapper/AgentDirectoryMapper.java

See this annotation in the file changed.

@github-actions github-actions / pitest

A change can be made to line 163 without causing a test to fail

replaced return value with "" for getGivenNamesAsString (covered by 1 tests EmptyObjectReturnValsMutator)