Package org.citrusframework.container
Interface AssertContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,,B> ExceptionContainerBuilder<T,,B> TestActionBuilder<T>,TestActionContainerBuilder<T,B>
public interface AssertContainerBuilder<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
Modifier and TypeMethodDescriptionaction(TestAction action) Sets the test action to execute during assert.action(TestActionBuilder<?> builder) Sets the test action to execute during assert.Catch exception type during execution.Catch exception type during execution.Expect error message in exception.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:
-
message
Expect error message in exception.- Parameters:
message-
-
action
Sets the test action to execute during assert.- Parameters:
action-
-
action
Sets the test action to execute during assert.
-