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 throughTestPlanProvider, and returns a structured result containing pass/fail counts and failure details
- See Also:
-
ClassesClassDescriptionSimple executor for TestPlan files without JUnit dependency.Simple executor for TestScript files without JUnit dependency.