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
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, wait
Methods inherited from interface com.github.dakusui.actionunit.actions.Leaf
accept, apply
-
Constructor Details
-
TrivialAction
-
-
Method Details
-
runnable
- Specified by:
runnable
in interfacecom.github.dakusui.actionunit.actions.Leaf
-
formatTo
- Specified by:
formatTo
in interfaceFormattable
-