Uses of Record Class
jp.co.moneyforward.autotest.framework.action.Resolver
Packages that use Resolver
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of Resolver in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return ResolverModifier and TypeMethodDescriptionstatic ResolverResolver.resolverFor(String variableName, String variableStoreName) Returns aResolverobject, which resolves a value of a variable designated byvariableNameexported by a scenesceneName.Methods in jp.co.moneyforward.autotest.framework.action that return types with arguments of type ResolverModifier and TypeMethodDescriptionResolver.resolversFor(List<String> variableNames, String variableStoreName) Returns a list of resolvers for variables specified byvariableNames.Constructor parameters in jp.co.moneyforward.autotest.framework.action with type arguments of type ResolverModifierConstructorDescriptionResolverBundle(List<Resolver> resolvers) Creates an instance of this class.