Package org.fhirfrog.frog.testplan
Class TestPlanProvider
java.lang.Object
org.fhirfrog.frog.testplan.TestPlanProvider
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStream<org.junit.jupiter.api.DynamicNode>generateTests(TestPlanResource testPlan, VariableContext context)
-
Constructor Details
-
TestPlanProvider
-
-
Method Details
-
generateTests
public Stream<org.junit.jupiter.api.DynamicNode> generateTests(TestPlanResource testPlan, VariableContext context)
-