Uses of Interface
jp.co.moneyforward.autotest.framework.action.ActionComposer
Packages that use ActionComposer
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of ActionComposer in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return ActionComposerModifier and TypeMethodDescriptionstatic ActionComposer
ActionComposer.createActionComposer
(ExecutionEnvironment executionEnvironment) Methods in jp.co.moneyforward.autotest.framework.action with parameters of type ActionComposerModifier and TypeMethodDescriptioncom.github.dakusui.actionunit.core.Action
ActCall.toAction
(ActionComposer actionComposer) com.github.dakusui.actionunit.core.Action
AssertionCall.toAction
(ActionComposer actionComposer) com.github.dakusui.actionunit.core.Action
Call.toAction
(ActionComposer actionComposer) Converts this call to action to an action object.com.github.dakusui.actionunit.core.Action
EnsuredCall.toAction
(ActionComposer actionComposer) com.github.dakusui.actionunit.core.Action
RetryCall.toAction
(ActionComposer actionComposer) com.github.dakusui.actionunit.core.Action
SceneCall.toAction
(ActionComposer actionComposer) default com.github.dakusui.actionunit.core.Action
Scene.toSequentialAction
(ActionComposer actionComposer) Creates a sequential action from the child calls of this object