Uses of Class
jp.co.moneyforward.autotest.framework.action.RetryCall
Packages that use RetryCall
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of RetryCall in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return RetryCallModifier and TypeMethodDescriptionstatic RetryCall
AutotestSupport.retryCall
(Call call, int times, Class<? extends Throwable> onException, int interval) Returns a call that retries a givencall
.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type RetryCall