Package org.citrusframework.actions.http
Interface HttpActionBuilder<T extends TestAction,B extends TestActionBuilder.DelegatingTestActionBuilder<T>>
- All Superinterfaces:
ReferenceResolverAwareBuilder<T,B>
public interface HttpActionBuilder<T extends TestAction,B extends TestActionBuilder.DelegatingTestActionBuilder<T>>
extends ReferenceResolverAwareBuilder<T,B>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionInitiate http client action.Initiate http client action.Initiate http server action.Initiate http server action.Methods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolver
-
Method Details
-
client
Initiate http client action. -
client
Initiate http client action. -
server
Initiate http server action. -
server
Initiate http server action.
-