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 classA class to provide a construct to "ensure" a specific state checked bytargetcall.Methods in jp.co.moneyforward.autotest.framework.action that return SceneCallModifier and TypeMethodDescriptionActionComposer.ongoingSceneCall()Returns currently ongoingSceneCallobject.static SceneCallAutotestSupport.sceneToSceneCall(Scene scene, String variableStoreName) Returns aCallobject for a givenscene.static SceneCallAutotestSupport.sceneToSceneCall(Scene scene, String outputVariableStoreName, ResolverBundle resolverBundle) Returns aCallobject 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.ActionCreates an action for a givenSceneCallobject.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.