Class InternalUtils.TrivialAction
java.lang.Object
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
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
ConstructorsConstructorDescriptionTrivialAction(Consumer<com.github.dakusui.actionunit.core.Context> consumer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.dakusui.actionunit.actions.Leaf
accept, apply
-
Constructor Details
-
TrivialAction
-
-
Method Details
-
runnable
- Specified by:
runnablein interfacecom.github.dakusui.actionunit.actions.Leaf
-
formatTo
- Specified by:
formatToin interfaceFormattable
-