Uses of Class
jp.co.moneyforward.autotest.framework.action.AssertionCall
Packages that use AssertionCall
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of AssertionCall in jp.co.moneyforward.autotest.framework.action
Methods in jp.co.moneyforward.autotest.framework.action that return AssertionCallModifier and TypeMethodDescriptionstatic <T,
R> AssertionCall <R> AutotestSupport.assertionCall
(String outputVariableName, Act<T, R> act, List<Function<R, com.github.valid8j.pcond.fluent.Statement<R>>> assertions, String inputVariableName) Creates anAssertionCall
object which executesact
, then validates it usingassertions
.Methods in jp.co.moneyforward.autotest.framework.action with parameters of type AssertionCallModifier and TypeMethodDescriptiondefault com.github.dakusui.actionunit.core.Action
ActionComposer.create
(AssertionCall<?> call)