Uses of Class
jp.co.moneyforward.autotest.framework.action.ResolverBundle
Packages that use ResolverBundle
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of ResolverBundle in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return ResolverBundleModifier and TypeMethodDescriptionSceneCall.resolverBundle()
Returns a bundle of variable resolvers of this 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
.static ResolverBundle
ResolverBundle.resolverBundleFromDependenciesOf
(Method targetMethod, Class<?> accessModelClass) Returns a resolver bundle which is necessary for creating a newSceneCall
call from aScene
defined bytargetMethod
.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type ResolverBundleModifier and TypeMethodDescriptionstatic 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 ResolverBundleModifierConstructorDescriptionEnsuredCall
(SceneCall target, List<SceneCall> ensurers, ResolverBundle resolverBundle) Creates an object of this class.SceneCall
(Scene scene, ResolverBundle resolverBundle, String outputVariableStoreName) Creates an instance of this class.