Uses of Interface
jp.co.moneyforward.autotest.framework.action.Scene
Packages that use Scene
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of Scene in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return SceneModifier and TypeMethodDescriptionScene.Builder.build()
Builds aScene
object.static Scene
Creates a scene by chaining acts.static Scene
Creates a scene by chaining acts.Scene.Builder.end()
A synonym ofScene.Builder.build()
.SceneCall.targetScene()
Returns aScene
object targeted by this call.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type SceneModifier and TypeMethodDescriptionfinal Scene.Builder
Adds a givenscene
to this builder object.static ResolverBundle
ResolverBundle.resolverBundleFor
(Scene scene, String variableStoreName) Returns a resolver bundle object which figures out both input and output variable values for a givenScene
.final Scene.Builder
Adds a scene that retries a givenscene
twice.final Scene.Builder
Synonym ofScene.Builder.add(Scene)
.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
.Constructors in jp.co.moneyforward.autotest.framework.action with parameters of type SceneModifierConstructorDescriptionSceneCall
(Scene scene, ResolverBundle resolverBundle, String outputVariableStoreName) Creates an instance of this class. -
Uses of Scene in jp.co.moneyforward.autotest.framework.selftest
Methods in jp.co.moneyforward.autotest.framework.selftest that return Scene