Uses of Interface
org.frankframework.larva.output.TestExecutionObserver
Packages that use TestExecutionObserver
Package
Description
-
Uses of TestExecutionObserver in org.frankframework.larva
Methods in org.frankframework.larva with parameters of type TestExecutionObserverModifier and TypeMethodDescriptionint
LarvaTool.compareResult
(TestExecutionObserver testExecutionObserver, Scenario scenario, String step, String fileName, Message expectedResultMessage, Message actualResultMessage) LarvaTool.createScenarioRunner
(TestExecutionObserver testExecutionObserver, TestRunStatus testRunStatus) LarvaTool.runScenarios
(String execute, TestExecutionObserver testExecutionObserver, LarvaWriter writer) Constructors in org.frankframework.larva with parameters of type TestExecutionObserverModifierConstructorDescriptionScenarioRunner
(LarvaTool larvaTool, TestExecutionObserver testExecutionObserver, TestRunStatus testRunStatus) -
Uses of TestExecutionObserver in org.frankframework.larva.actions
Constructors in org.frankframework.larva.actions with parameters of type TestExecutionObserverModifierConstructorDescriptionLarvaActionFactory
(LarvaTool larvaTool, TestExecutionObserver testExecutionObserver) -
Uses of TestExecutionObserver in org.frankframework.larva.output
Classes in org.frankframework.larva.output that implement TestExecutionObserverModifier and TypeClassDescriptionclass
The HtmlScenarioOutputRenderer class is responsible for rendering HTML output during the execution of tests in the Larva test tool.class