Uses of Class
org.frankframework.larva.LarvaConfig
Packages that use LarvaConfig
-
Uses of LarvaConfig in org.frankframework.larva
Subclasses of LarvaConfig in org.frankframework.larvaModifier and TypeClassDescriptionclass
Larva extra configuration options for HTML output and will parse all the LarvaConfig options from the HTTP Servlet Request.Methods in org.frankframework.larva with parameters of type LarvaConfigModifier and TypeMethodDescriptionScenario.getSteps
(LarvaConfig larvaConfig) static TestRunStatus
LarvaTool.runScenarios
(org.springframework.context.ApplicationContext applicationContext, LarvaConfig config, LarvaWriter out, TestExecutionObserver testExecutionObserver, String execute) Constructors in org.frankframework.larva with parameters of type LarvaConfigModifierConstructorDescriptionLarvaTool
(org.springframework.context.ApplicationContext applicationContext, LarvaConfig larvaConfig, LarvaWriter writer, TestExecutionObserver testExecutionObserver) TestRunStatus
(LarvaConfig larvaConfig, LarvaWriter out) -
Uses of LarvaConfig in org.frankframework.larva.output
Constructors in org.frankframework.larva.output with parameters of type LarvaConfigModifierConstructorDescriptionLarvaWriter
(LarvaConfig larvaConfig, OutputStream out) LarvaWriter
(LarvaConfig larvaConfig, Writer writer)