Package org.fhirfrog.frog.internal
package org.fhirfrog.frog.internal
JUnit 5 extension wiring for FHIR Frog.
This package contains the internal JUnit 5 integration layer. It is not part of the public API and may change without notice.
Key Classes
FhirTestExtension- ImplementsTestTemplateInvocationContextProviderto bridge the@TestScriptSourceannotation to the core engine
How It Works
When JUnit discovers a @TestTemplate method annotated with
@TestScriptSource, FhirTestExtension loads the referenced
TestScript resource and provides a single TestTemplateInvocationContext
that executes it against the configured FHIR server.
- See Also:
-
FhirTestConfigTestScriptEngine
-
Classes