Class Act.Let<T>
java.lang.Object
jp.co.moneyforward.autotest.framework.action.Act.Source<T>
jp.co.moneyforward.autotest.framework.action.Act.Let<T>
- Type Parameters:
T
- The type of the value to be assigned.
A leaf act, which represents a value assignment behavior.
-
Constructor Details
-
Let
Creates an instance of this class.- Parameters:
value
- The value to be assigned to the target variable.
-
-
Method Details
-
value
Returns a value to be assigned to the target variable.- Specified by:
value
in classAct.Source<T>
- Returns:
- A value to be assigned to the target variable.
-
name
-