Package org.fhirfrog.frog.executor
Class TestScriptExecutor
java.lang.Object
org.fhirfrog.frog.executor.TestScriptExecutor
Simple executor for TestScript files without JUnit dependency.
For use in CLI, Maven, and Ant deployment modes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TestScriptExecutor
public TestScriptExecutor()
-
-
Method Details
-
execute
public TestScriptExecutor.ExecutionResult execute(String filePath, String serverUrl, Path fixtureBasePath)
-