Interface OpenApiActionBuilder<T extends TestAction,S extends Specification,B extends TestActionBuilder<T>>
- All Superinterfaces:
ReferenceResolverAwareBuilder<T,B>
public interface OpenApiActionBuilder<T extends TestAction,S extends Specification,B extends TestActionBuilder<T>>
extends ReferenceResolverAwareBuilder<T,B>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionclient()Initiate http client action.Initiate http client action.Initiate http client action.Initiate http server action.Initiate http server action.default OpenApiActionBuilder<T,S, B> specification(Object spec) specification(String specUrl) specification(URL specUrl) specification(S spec) Methods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolver
-
Method Details
-
alias
-
specification
-
specification
-
specification
-
specification
-
client
OpenApiClientActionBuilder<?,?> client()Initiate http client action. -
client
Initiate http client action. -
client
Initiate http client action. -
server
Initiate http server action. -
server
Initiate http server action.
-