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 TypeMethodDescriptionstatic ResolverBundleResolverBundle.emptyResolverBundle()Returns an empty resolver bundle.SceneCall.resolverBundle()Returns a bundle of variable resolvers of this 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.static ResolverBundleResolverBundle.resolverBundleFromDependenciesOf(Method targetMethod, Class<?> accessModelClass) Returns a resolver bundle which is necessary for creating a newSceneCallcall from aScenedefined bytargetMethod.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type ResolverBundleModifier and TypeMethodDescriptionstatic 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 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.