Package org.fhirfrog.frog.junit
Class ProgrammaticTestExecutor
java.lang.Object
org.fhirfrog.frog.junit.ProgrammaticTestExecutor
Executes TestScript/TestPlan files via DynamicTest execution.
Captures TestResult objects for TestReport generation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteTestPlan(String filePath, String serverUrl, Path fixtureBasePath) Execute a TestPlan file via JUnit.executeTestScript(String filePath, String serverUrl, Path fixtureBasePath) Execute a TestScript file via JUnit.
-
Constructor Details
-
ProgrammaticTestExecutor
public ProgrammaticTestExecutor()
-
-
Method Details
-
executeTestScript
public JUnitExecutor.ExecutionResult executeTestScript(String filePath, String serverUrl, Path fixtureBasePath) Execute a TestScript file via JUnit. -
executeTestPlan
public JUnitExecutor.ExecutionResult executeTestPlan(String filePath, String serverUrl, Path fixtureBasePath) Execute a TestPlan file via JUnit.
-