Uses of Package
jp.co.moneyforward.autotest.framework.action
Packages that use jp.co.moneyforward.autotest.framework.action
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Classes in jp.co.moneyforward.autotest.framework.action used by jp.co.moneyforward.autotest.actions.webClassDescriptionThis interface represents the smallest and indivisible unit of action in insdog 's programming model.
-
Classes in jp.co.moneyforward.autotest.framework.action used by jp.co.moneyforward.autotest.framework.actionClassDescriptionThis interface represents the smallest and indivisible unit of action in insdog 's programming model.An act that models a function whose input is
T
and output isR
An act that models a call to a form, such as a function or an assertion.An interface that models a factory of actions.A call for assertions.A facade class of the "autotest" framework.An interface that models an occurrence of an action in a test scenario.An interface to decorate a behavior of a given call.A base class forCallDecorator
.A class to provide a construct to "ensure" a specific state checked bytarget
call.Resolver
figures out a variable designated byvariableName
in a context.A bundle of variable resolvers.An interface that represents a reusable unit of an action in insdog's programming model.A builder forScene
class.A class to model a "call" to aScene
. -
Classes in jp.co.moneyforward.autotest.framework.action used by jp.co.moneyforward.autotest.framework.selftestClassDescriptionAn interface that represents a reusable unit of an action in insdog's programming model.
-