Package org.fhirfrog.frog.executor


package org.fhirfrog.frog.executor
TestPlan executor for non-JUnit deployment modes.

This package provides a thin façade that executes FHIR TestPlan resources without a JUnit dependency, for use by the CLI, Maven plugin, and Ant task. It delegates test-case resolution to TestPlanProvider and collects results for downstream report generation.

Key Classes

  • TestPlanExecutor — Parses a TestPlan file, drives expansion through TestPlanProvider, and returns a structured result containing pass/fail counts and failure details
See Also: