Class TestPlanProvider

java.lang.Object
org.fhirfrog.frog.testplan.TestPlanProvider

public class TestPlanProvider extends Object
JUnit 5 dynamic test provider for recursive TestPlan execution. Expands test suites lazily with cycle detection and optional PlantUML recording.

Before execution begins, all referenced TestScripts and nested TestPlans are assembled into a local resource map. Unresolvable references are detected and reported before any test executes.

  • Constructor Details

    • TestPlanProvider

      public TestPlanProvider(String serverUrl, Path fixtureBasePath)
  • Method Details