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 TypeClassDescriptionclassAn act that models a user behavior, which clicks a specified element.classAn abstract base class for clicking acts.classA class that represents an act, where:classclassclassclassA general-purpose act.classAn act that does screenshot.classA class that represents an action to send key sequence to a specified locator.classclassValue<V> -
Uses of Act in jp.co.moneyforward.autotest.framework.action
Classes in jp.co.moneyforward.autotest.framework.action that implement ActModifier and TypeClassDescriptionstatic classAct.Func<T,R> An act that models a function whose input isTand output isRstatic classAct.Let<T>A leaf act, which represents a value assignment behavior.static classAct.Sink<T>A leaf act, which models a "sink".static classAct.Source<T>classWait<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 theactrecord 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 anCallobject for a givenact.final <T,R> Scene.Builder Adds an act to this builder.final <T,R> Scene.Builder Adds anactto this object so that it takes input frominputVariableNameand writes output tooutputVariableName.final <T,R> Scene.Builder Adds anActto 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 anAssertionCallobject which executesact, then validates it usingassertions.static SceneCreates a scene by chaining acts.static SceneCreates a scene by chaining acts.Constructors in jp.co.moneyforward.autotest.framework.action with parameters of type Act