Uses of Interface
jp.co.moneyforward.autotest.framework.action.Call
Packages that use Call
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of Call in jp.co.moneyforward.autotest.framework.action
Classes in jp.co.moneyforward.autotest.framework.action with type parameters of type CallModifier and TypeInterfaceDescriptioninterfaceCallDecorator<C extends Call>An interface to decorate a behavior of a given call.static classCallDecorator.Base<C extends Call>A base class forCallDecorator.Subinterfaces of Call in jp.co.moneyforward.autotest.framework.actionModifier and TypeInterfaceDescriptioninterfaceCallDecorator<C extends Call>An interface to decorate a behavior of a given call.Classes in jp.co.moneyforward.autotest.framework.action that implement CallModifier and TypeClassDescriptionfinal recordActCall<T,R> An act that models a call to a form, such as a function or an assertion.final classA call for assertions.static classCallDecorator.Base<C extends Call>A base class forCallDecorator.final classA class to provide a construct to "ensure" a specific state checked bytargetcall.final classfinal classA class to model a "call" to aScene.Subclasses with type arguments of type Call in jp.co.moneyforward.autotest.framework.actionMethods in jp.co.moneyforward.autotest.framework.action that return types with arguments of type CallModifier and TypeMethodDescriptionScene.children()Returns members of this scene object, which are executed as "children".Methods in jp.co.moneyforward.autotest.framework.action with parameters of type CallModifier and TypeMethodDescriptionAdds a call to this object as a child.final Scene.BuilderThis method is implemented as a shorthand forthis.retry(call, 2).final Scene.BuilderThis method is implemented as a shorthand forthis.retry(call, times, AssertionFailedError.class).final Scene.BuilderThis method is implemented as a shorthand forthis.retry(call, times, onException, 5).final Scene.BuilderAdds a call that retries a givencall.static RetryCallAutotestSupport.retryCall(Call call, int times, Class<? extends Throwable> onException, int interval) Returns a call that retries a givencall.Constructors in jp.co.moneyforward.autotest.framework.action with parameters of type Call