Package org.citrusframework.container
Interface CatchContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> ExceptionContainerBuilder<T,,B> TestActionBuilder<T>,TestActionContainerBuilder<T,B>
public interface CatchContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
extends ExceptionContainerBuilder<T,B>, TestActionContainerBuilder<T,B>
-
Nested Class Summary
Nested ClassesNested 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
Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, nameMethods inherited from interface org.citrusframework.container.ExceptionContainerBuilder
when, whenMethods inherited from interface org.citrusframework.TestActionBuilder
buildMethods inherited from interface org.citrusframework.TestActionContainerBuilder
actions, actions, getActions
-
Method Details
-
exception
Catch exception type during execution.- Parameters:
exception-- Returns:
-
exception
Catch exception type during execution.- Parameters:
type-- Returns:
-