Class InternalUtils.TrivialAction

java.lang.Object
jp.co.moneyforward.autotest.framework.internal.InternalUtils.TrivialAction
jp.co.moneyforward.autotest.framework.utils.InternalUtils.TrivialAction
All Implemented Interfaces:
com.github.dakusui.actionunit.actions.Leaf, com.github.dakusui.actionunit.core.Action, Formattable, Function<com.github.dakusui.actionunit.core.Context, Runnable>
Enclosing class:
InternalUtils

@Deprecated public static class InternalUtils.TrivialAction extends InternalUtils.TrivialAction
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.github.dakusui.actionunit.core.Action

    com.github.dakusui.actionunit.core.Action.Builder<A extends com.github.dakusui.actionunit.core.Action>, com.github.dakusui.actionunit.core.Action.Visitor
  • Constructor Summary

    Constructors
    Constructor
    Description
    TrivialAction(Consumer<com.github.dakusui.actionunit.core.Context> consumer)
    Deprecated.
     
  • Method Summary

    Methods inherited from class jp.co.moneyforward.autotest.framework.internal.InternalUtils.TrivialAction

    formatTo, runnable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface com.github.dakusui.actionunit.actions.Leaf

    accept, apply
  • Constructor Details

    • TrivialAction

      public TrivialAction(Consumer<com.github.dakusui.actionunit.core.Context> consumer)
      Deprecated.