Class InternalUtils.TrivialAction

java.lang.Object
jp.co.moneyforward.autotest.framework.internal.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>
Direct Known Subclasses:
InternalUtils.TrivialAction
Enclosing class:
InternalUtils

public static class InternalUtils.TrivialAction extends Object implements com.github.dakusui.actionunit.actions.Leaf
  • 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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    formatTo(Formatter formatter, int flags, int width, int precision)
     
    runnable(com.github.dakusui.actionunit.core.Context context)
     

    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)
  • Method Details

    • runnable

      public Runnable runnable(com.github.dakusui.actionunit.core.Context context)
      Specified by:
      runnable in interface com.github.dakusui.actionunit.actions.Leaf
    • formatTo

      public void formatTo(Formatter formatter, int flags, int width, int precision)
      Specified by:
      formatTo in interface Formattable