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 - Implements TestTemplateInvocationContextProvider to bridge the @TestScriptSource annotation 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:
  • Classes
    Class
    Description
    JUnit 5 extension for FHIR test script execution.