Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add method to create FHIR references #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pcvolkmer
Copy link
Collaborator

No description provided.


@Test
void shouldCreateReferenceString() {
doAnswer(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

@pcvolkmer pcvolkmer Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bei Verwendung von @SpringBootTest wird die komplette Anwendung konfiguriert und es ist z.B. auch eine Kafka-Instanz erforderlich (@ExtendWith(SpringExtension.class)). Mit dem Ansatz, müsste der benötigte Test-Slices explizit konfiguriert werden.

Mit dem hier gewählten Ansatz wird lediglich die Integration der Konfiguration(sparameter) - hier mit Mockitos doAnswer(..) gemockt um einen Wert für fhirSystems.setPatientId zu liefern - und der Methoden getHash(..) der abstrakten Klasse ObdsToFhir in einer konkreten (Test-)Implementierung (hier: ObdsTestMapper) von ObdsToFhir zur Erzeugung eines Resource-Strings getestet, ohne größere Teile der Anwendung konfigurieren zu müssen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants