Uses of Class
jp.co.moneyforward.autotest.framework.action.SceneCall
Packages that use SceneCall
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of SceneCall in jp.co.moneyforward.autotest.framework.action
Subclasses with type arguments of type SceneCall in jp.co.moneyforward.autotest.framework.actionModifier and TypeClassDescriptionfinal class
A class to provide a construct to "ensure" a specific state checked bytarget
call.Methods in jp.co.moneyforward.autotest.framework.action that return SceneCallModifier and TypeMethodDescriptionActionComposer.ongoingSceneCall()
Returns currently ongoingSceneCall
object.static SceneCall
AutotestSupport.sceneToSceneCall
(Scene scene, String variableStoreName) Returns aCall
object for a givenscene
.static SceneCall
AutotestSupport.sceneToSceneCall
(Scene scene, String outputVariableStoreName, ResolverBundle resolverBundle) Returns aCall
object for a givenscene
.Methods in jp.co.moneyforward.autotest.framework.action that return types with arguments of type SceneCallMethods in jp.co.moneyforward.autotest.framework.action with parameters of type SceneCallModifier and TypeMethodDescriptiondefault com.github.dakusui.actionunit.core.Action
Creates an action for a givenSceneCall
object.Constructors in jp.co.moneyforward.autotest.framework.action with parameters of type SceneCallModifierConstructorDescriptionEnsuredCall
(SceneCall target, List<SceneCall> ensurers, ResolverBundle resolverBundle) Creates an object of this class.Constructor parameters in jp.co.moneyforward.autotest.framework.action with type arguments of type SceneCallModifierConstructorDescriptionEnsuredCall
(SceneCall target, List<SceneCall> ensurers, ResolverBundle resolverBundle) Creates an object of this class.