Uses of Annotation Interface
jp.co.moneyforward.autotest.framework.annotations.AutotestExecution.Spec
Packages that use AutotestExecution.Spec
Package
Description
This package hols annotations defined by the InsDog framework.
-
Uses of AutotestExecution.Spec in jp.co.moneyforward.autotest.framework.annotations
Methods in jp.co.moneyforward.autotest.framework.annotations that return AutotestExecution.SpecModifier and TypeMethodDescriptionAutotestExecution.Spec.Loader.Default.load
(AutotestExecution.Spec base, Properties properties) Returns a newSpec
instance based on the specification discussed inAutotestExecution.Spec.Loader.Default
.AutotestExecution.Spec.Loader.load
(AutotestExecution.Spec base, Properties properties) Loads an instance ofAutotestExecution.Spec
.Methods in jp.co.moneyforward.autotest.framework.annotations with parameters of type AutotestExecution.SpecModifier and TypeMethodDescriptionAutotestExecution.Spec.Loader.Default.load
(AutotestExecution.Spec base, Properties properties) Returns a newSpec
instance based on the specification discussed inAutotestExecution.Spec.Loader.Default
.AutotestExecution.Spec.Loader.load
(AutotestExecution.Spec base, Properties properties) Loads an instance ofAutotestExecution.Spec
. -
Uses of AutotestExecution.Spec in jp.co.moneyforward.autotest.framework.testengine
Methods in jp.co.moneyforward.autotest.framework.testengine with parameters of type AutotestExecution.SpecModifier and TypeMethodDescriptionabstract AutotestEngine.ExecutionPlan
PlanningStrategy.planExecution
(AutotestExecution.Spec executionSpec, Map<String, List<String>> sceneCallGraph, Map<String, List<String>> assertions) Returns an execution plan based on the design which this instance specifies.