NIAD-3142: Validate XML before sending #1653
Annotations
2 warnings
|
A change can be made to line 155 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/gpc/StructuredRecordMappingService.java#L155
removed call to uk/nhs/adaptors/gp2gp/ehr/mapper/EhrExtractMapper::validateXmlAgainstSchema (covered by 2 tests VoidMethodCallMutator)
|
|
2 different changes can be made to line 72 without causing a test to fail:
service/src/main/java/uk/nhs/adaptors/gp2gp/ehr/mapper/EhrExtractMapper.java#L72
removed conditional - replaced equality check with false (covered by 2 tests RemoveConditionalMutator_EQUAL_ELSE)
removed conditional - replaced equality check with true (covered by 2 tests RemoveConditionalMutator_EQUAL_IF)
|