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 aSceneobject.static SceneCreates a scene by chaining acts.static SceneCreates a scene by chaining acts.Scene.Builder.end()A synonym ofScene.Builder.build().SceneCall.targetScene()Returns aSceneobject targeted by this call.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type SceneModifier and TypeMethodDescriptionfinal Scene.BuilderAdds a givensceneto this builder object.static ResolverBundleResolverBundle.resolverBundleFor(Scene scene, String variableStoreName) Returns a resolver bundle object which figures out both input and output variable values for a givenScene.final Scene.BuilderAdds a scene that retries a givenscenetwice.final Scene.BuilderSynonym ofScene.Builder.add(Scene).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.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