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 TypeInterfaceDescriptioninterface
CallDecorator<C extends Call>
An interface to decorate a behavior of a given call.static class
CallDecorator.Base<C extends Call>
A base class forCallDecorator
.Subinterfaces of Call in jp.co.moneyforward.autotest.framework.actionModifier and TypeInterfaceDescriptioninterface
CallDecorator<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 record
ActCall<T,
R> An act that models a call to a form, such as a function or an assertion.final class
A call for assertions.static class
CallDecorator.Base<C extends Call>
A base class forCallDecorator
.final class
A class to provide a construct to "ensure" a specific state checked bytarget
call.final class
final class
A 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.Builder
This method is implemented as a shorthand forthis.retry(call, 2)
.final Scene.Builder
This method is implemented as a shorthand forthis.retry(call, times, AssertionFailedError.class)
.final Scene.Builder
This method is implemented as a shorthand forthis.retry(call, times, onException, 5)
.final Scene.Builder
Adds a call that retries a givencall
.static RetryCall
AutotestSupport.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