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.
All Implemented Interfaces:
Act<Object,T>
Enclosing interface:
Act<T,R>

public static class Act.Let<T> extends Act.Source<T> implements Act<Object,T>
A leaf act, which represents a value assignment behavior.
  • Constructor Details

    • Let

      public Let(T value)
      Creates an instance of this class.
      Parameters:
      value - The value to be assigned to the target variable.
  • Method Details

    • value

      protected T value()
      Returns a value to be assigned to the target variable.
      Specified by:
      value in class Act.Source<T>
      Returns:
      A value to be assigned to the target variable.
    • name

      public String name()
      A name of this act.
      Specified by:
      name in interface Act<Object,T>
      Returns:
      A name of this act.