Package org.citrusframework
Class DefaultTestActionBuilder
java.lang.Object
org.citrusframework.AbstractTestActionBuilder<AbstractTestAction,AbstractTestActionBuilder<AbstractTestAction,?>>
org.citrusframework.DefaultTestActionBuilder
- All Implemented Interfaces:
TestActionBuilder<AbstractTestAction>
public class DefaultTestActionBuilder
extends AbstractTestActionBuilder<AbstractTestAction,AbstractTestActionBuilder<AbstractTestAction,?>>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from class org.citrusframework.AbstractTestActionBuilder
selfFields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultTestActionBuilderaction(TestAction action) Static fluent entry method for Java DSLbuild()Methods inherited from class org.citrusframework.AbstractTestActionBuilder
actor, description, getActor, getDescription, getName, name
-
Method Details
-
action
Static fluent entry method for Java DSL- Parameters:
action-- Returns:
-
build
-