Package org.citrusframework
Interface TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction>
- All Superinterfaces:
TestActionBuilder<T>
- Enclosing interface:
- TestActionBuilder<T extends TestAction>
public static interface TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction>
extends TestActionBuilder<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionObtains the delegate test action builder.Methods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
getDelegate
TestActionBuilder<?> getDelegate()Obtains the delegate test action builder.- Returns:
-