Uses of Interface
jp.co.moneyforward.autotest.framework.action.Act
Packages that use Act
Package
Description
This is a package to provide "action" model of the InsDog framework.
-
Uses of Act in jp.co.moneyforward.autotest.actions.web
Classes in jp.co.moneyforward.autotest.actions.web that implement ActModifier and TypeClassDescriptionclass
An act that models a user behavior, which clicks a specified element.class
An abstract base class for clicking acts.class
A class that represents an act, where:class
class
class
class
A general-purpose act.class
An act that does screenshot.class
A class that represents an action to send key sequence to a specified locator.class
class
Value<V>
-
Uses of Act in jp.co.moneyforward.autotest.framework.action
Classes in jp.co.moneyforward.autotest.framework.action that implement ActModifier and TypeClassDescriptionstatic class
Act.Func<T,
R> An act that models a function whose input isT
and output isR
static class
Act.Let<T>
A leaf act, which represents a value assignment behavior.static class
Act.Sink<T>
A leaf act, which models a "sink".static class
Act.Source<T>
class
Wait<T>
Use this only when you have no other choices.Methods in jp.co.moneyforward.autotest.framework.action that return ActModifier and TypeMethodDescriptionActCall.act()
Returns the value of theact
record component.static <T,
R> Act <T, R> static <T,
R> Act <T, R> Methods in jp.co.moneyforward.autotest.framework.action with parameters of type ActModifier and TypeMethodDescriptionfinal <T,
R> Scene.Builder Synonym ofScene.Builder.add(Act)
.static <T,
R> ActCall <T, R> Returns anCall
object for a givenact
.final <T,
R> Scene.Builder Adds an act to this builder.final <T,
R> Scene.Builder Adds anact
to this object so that it takes input frominputVariableName
and writes output tooutputVariableName
.final <T,
R> Scene.Builder Adds anAct
to this builder.static <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
.static Scene
Creates a scene by chaining acts.static Scene
Creates a scene by chaining acts.Constructors in jp.co.moneyforward.autotest.framework.action with parameters of type Act