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 ActionComposerActionComposer.createActionComposer(ExecutionEnvironment executionEnvironment) Methods in jp.co.moneyforward.autotest.framework.action with parameters of type ActionComposerModifier and TypeMethodDescriptioncom.github.dakusui.actionunit.core.ActionActCall.toAction(ActionComposer actionComposer) com.github.dakusui.actionunit.core.ActionAssertionCall.toAction(ActionComposer actionComposer) com.github.dakusui.actionunit.core.ActionCall.toAction(ActionComposer actionComposer) Converts this call to action to an action object.com.github.dakusui.actionunit.core.ActionEnsuredCall.toAction(ActionComposer actionComposer) com.github.dakusui.actionunit.core.ActionRetryCall.toAction(ActionComposer actionComposer) com.github.dakusui.actionunit.core.ActionSceneCall.toAction(ActionComposer actionComposer) default com.github.dakusui.actionunit.core.ActionScene.toSequentialAction(ActionComposer actionComposer) Creates a sequential action from the child calls of this object