Index

A C F G I J M O P R S T U V W X 
All Classes and Interfaces|All Packages

A

AbstractTemplateBasedTestGenerator<T extends TestGenerator> - Class in org.citrusframework.generate
Generator creating a new test case from a template.
AbstractTemplateBasedTestGenerator() - Constructor for class org.citrusframework.generate.AbstractTemplateBasedTestGenerator
 
AbstractTestGenerator<T extends TestGenerator> - Class in org.citrusframework.generate
 
AbstractTestGenerator() - Constructor for class org.citrusframework.generate.AbstractTestGenerator
 
addRequestHeader(String, Object) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Adds a request header to use.
addRequestHeader(String, Object) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Adds a request header to use.
addResponseHeader(String, Object) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Adds a response header to use.
addResponseHeader(String, Object) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Adds a response header to use.

C

CitrusNamespacePrefixMapper - Class in org.citrusframework.xml.namespace
 
CitrusNamespacePrefixMapper() - Constructor for class org.citrusframework.xml.namespace.CitrusNamespacePrefixMapper
 
CLIENT - Enum constant in enum class org.citrusframework.generate.TestGenerator.GeneratorMode
 
CodeProvider<M extends Message> - Interface in org.citrusframework.generate.provider
 
create() - Method in class org.citrusframework.generate.AbstractTemplateBasedTestGenerator
Create the test case.
create() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
 
create() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
 
create() - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
 
create() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
 
create() - Method in interface org.citrusframework.generate.TestGenerator
Create tests with this generator.
create() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
 
create() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 
create() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
 
create() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
 
createAnnotationBuilder(String, String) - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
 
createJavaFileBuilder(TypeSpec.Builder) - Method in class org.citrusframework.generate.javadsl.JavaDslTestGenerator
 
createJavaFileBuilder(TypeSpec.Builder) - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
 
createJavaFileBuilder(TypeSpec.Builder) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
createJavaFileBuilder(TypeSpec.Builder) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
 

F

fromString(String) - Static method in enum class org.citrusframework.generate.UnitFramework
 

G

generateInboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Inbound message generation hook for subclasses.
generateInboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
 
generateInboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
 
generateInboundMessage(Message) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Inbound message generation hook for subclasses.
generateInboundMessage(Message) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 
generateInboundMessage(Message) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
 
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Outbound message generation hook for subclasses.
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
 
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
 
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Outbound message generation hook for subclasses.
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 
generateOutboundMessage(Message) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
 
getAction(String, M) - Method in interface org.citrusframework.generate.provider.MessageActionProvider
Provides action instance of given type parameter.
getAction(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.ReceiveHttpRequestActionProvider
 
getAction(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.ReceiveHttpResponseActionProvider
 
getAction(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.SendHttpRequestActionProvider
 
getAction(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.SendHttpResponseActionProvider
 
getAction(String, Message) - Method in class org.citrusframework.generate.provider.ReceiveActionProvider
 
getAction(String, Message) - Method in class org.citrusframework.generate.provider.SendActionProvider
 
getAction(String, SoapMessage) - Method in class org.citrusframework.generate.provider.soap.ReceiveSoapRequestActionProvider
 
getAction(String, SoapMessage) - Method in class org.citrusframework.generate.provider.soap.ReceiveSoapResponseActionProvider
 
getAction(String, SoapMessage) - Method in class org.citrusframework.generate.provider.soap.SendSoapRequestActionProvider
 
getAction(String, SoapMessage) - Method in class org.citrusframework.generate.provider.soap.SendSoapResponseActionProvider
 
getActions() - Method in class org.citrusframework.generate.javadsl.JavaDslTestGenerator
 
getActions() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
List of test actions to be added as code to the method body section of the test.
getActions() - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
getActions() - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 
getActions() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
List of test actions to be marshalled in the actions section of the test.
getAuthor() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the test author.
getAuthor() - Method in interface org.citrusframework.generate.TestGenerator
 
getBaseExtension() - Method in class org.citrusframework.generate.javadsl.JavaDslTestGenerator
 
getBaseExtension() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Gets the Junit5 base extension to use.
getBaseType() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Gets the test class base type to extend from.
getCitrusAnnotation() - Method in class org.citrusframework.generate.javadsl.JavaDslTestGenerator
 
getCitrusAnnotation() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Gets the Citrus XML test annotation.
getCode(String, M) - Method in interface org.citrusframework.generate.provider.CodeProvider
Provides action instance of given type parameter.
getCode(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.ReceiveHttpRequestCodeProvider
 
getCode(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.ReceiveHttpResponseCodeProvider
 
getCode(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.SendHttpRequestCodeProvider
 
getCode(String, HttpMessage) - Method in class org.citrusframework.generate.provider.http.SendHttpResponseCodeProvider
 
getCode(String, Message) - Method in class org.citrusframework.generate.provider.ReceiveCodeProvider
 
getCode(String, Message) - Method in class org.citrusframework.generate.provider.SendCodeProvider
 
getContextPath() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Gets the contextPath.
getContextPath() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Gets the contextPath.
getCreationDate() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get current date in special format.
getDescription() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the test description.
getDescription() - Method in interface org.citrusframework.generate.TestGenerator
 
getEndpoint() - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Gets the endpoint.
getEndpoint() - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Gets the endpoint.
getFileExtension() - Method in class org.citrusframework.generate.AbstractTestGenerator
Gets the fileExtension.
getFramework() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the unit test framework (usually TestNG or JUnit).
getFramework() - Method in interface org.citrusframework.generate.TestGenerator
 
getJavaTestGenerator() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Gets Java test generator for this XML test.
getMarshaller() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Gets the marshaller.
getMarshallerContextPaths() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
 
getMarshallerContextPaths() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 
getMarshallerContextPaths() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Marshaller context paths.
getMarshallerSchemas() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
 
getMarshallerSchemas() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 
getMarshallerSchemas() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Marshaller schema.
getMethodName() - Method in class org.citrusframework.generate.AbstractTestGenerator
Construct default test method name from test name.
getMode() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Gets the mode.
getMode() - Method in interface org.citrusframework.generate.TestGenerator
 
getMode() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Gets the mode.
getName() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the test name.
getName() - Method in interface org.citrusframework.generate.TestGenerator
 
getNamePrefix() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Gets the namePrefix.
getNamePrefix() - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Gets the namePrefix.
getNamePrefix() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Gets the namePrefix.
getNamePrefix() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Gets the namePrefix.
getNamespaceMappings() - Method in class org.citrusframework.xml.namespace.CitrusNamespacePrefixMapper
Gets the namespace mappings.
getNamespacePrefixMapper() - Method in class org.citrusframework.generate.xml.XmlTestMarshaller
 
getNameSuffix() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Gets the nameSuffix.
getNameSuffix() - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Gets the nameSuffix.
getNameSuffix() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Gets the nameSuffix.
getNameSuffix() - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
getNameSuffix() - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
getNameSuffix() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Gets the nameSuffix.
getNameSuffix() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Gets the nameSuffix.
getNameSuffix() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Gets the nameSuffix.
getOperation() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Gets the operation.
getOperation() - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Gets the operation.
getOperation() - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
getOperation() - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
getOperation() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Gets the operation.
getOperation() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Gets the operation.
getPackage() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the test package.
getPreferredPrefix(String, String, boolean) - Method in class org.citrusframework.xml.namespace.CitrusNamespacePrefixMapper
 
getReceiveRequestActionProvider(M) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 
getReceiveRequestCodeProvider(M) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
getReceiveResponseActionProvider(M) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 
getReceiveResponseCodeProvider(M) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
getRequestMessage() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Gets the requestMessage.
getRequestMessage() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Gets the requestMessage.
getRequestMessage() - Method in interface org.citrusframework.generate.XsdTestGenerator
 
getResponseMessage() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Gets the responseMessage.
getResponseMessage() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Gets the responseMessage.
getResponseMessage() - Method in interface org.citrusframework.generate.XsdTestGenerator
 
getResponseMessageSuggestion() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Suggest name of response element based on request message element name.
getResponseMessageSuggestion() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Suggest name of response element based on request message element name.
getResponseMessageSuggestion() - Method in interface org.citrusframework.generate.XsdTestGenerator
 
getSendRequestActionProvider(M) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 
getSendRequestCodeProvider(M) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
getSendResponseActionProvider(M) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 
getSendResponseCodeProvider(M) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
getSrcDirectory() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the test source directory.
getSrcDirectory() - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
 
getSrcDirectory() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
 
getSwaggerResource() - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Gets the swaggerResource.
getSwaggerResource() - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
getSwaggerResource() - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Gets the swaggerResource.
getTargetFile() - Method in class org.citrusframework.generate.AbstractTestGenerator
Construct proper target file to save test content to.
getTargetPackage() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get the target package.
getTargetPackage() - Method in interface org.citrusframework.generate.TestGenerator
 
getTemplateFilePath() - Method in class org.citrusframework.generate.AbstractTemplateBasedTestGenerator
Subclasses must provide proper template file path.
getTemplateFilePath() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
 
getTemplateProperties() - Method in class org.citrusframework.generate.AbstractTemplateBasedTestGenerator
Prepares the test case properties for dynamic property replacement in test case templates.
getTemplateProperties() - Method in class org.citrusframework.generate.xml.XmlTestGenerator
 
getTestNameSuggestion() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Suggest name of test based on request message element name.
getTestNameSuggestion() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Suggest name of test based on request message element name.
getUpdateDateTime() - Method in class org.citrusframework.generate.AbstractTestGenerator
Get current date time in special format.
getWsdl() - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Gets the wsdl.
getWsdl() - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
getWsdl() - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Gets the wsdl.
getXsd() - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Gets the xsd.
getXsd() - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Gets the xsd.
getXsd() - Method in interface org.citrusframework.generate.XsdTestGenerator
 

I

InboundXmlDataDictionary - Class in org.citrusframework.generate.dictionary
 
InboundXmlDataDictionary() - Constructor for class org.citrusframework.generate.dictionary.InboundXmlDataDictionary
 
initialize() - Method in class org.citrusframework.generate.dictionary.InboundXmlDataDictionary
 
isDisabled() - Method in class org.citrusframework.generate.AbstractTestGenerator
Gets the disabled.
isDisabled() - Method in interface org.citrusframework.generate.TestGenerator
 

J

JavaDslTestGenerator<T extends JavaDslTestGenerator<T>> - Class in org.citrusframework.generate.javadsl
 
JavaDslTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.JavaDslTestGenerator
 
JavaTestGenerator<T extends JavaTestGenerator<T>> - Class in org.citrusframework.generate.javadsl
 
JavaTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.JavaTestGenerator
 
JUNIT4 - Enum constant in enum class org.citrusframework.generate.UnitFramework
 
JUNIT5 - Enum constant in enum class org.citrusframework.generate.UnitFramework
 

M

main(String[]) - Static method in class org.citrusframework.generate.TestGeneratorMain
Main CLI method.
marshal(Object, Result) - Method in class org.citrusframework.generate.xml.TestActionMarshaller
 
marshal(Object, Result) - Method in class org.citrusframework.generate.xml.XmlTestMarshaller
 
MessageActionProvider<T,M extends Message> - Interface in org.citrusframework.generate.provider
 
MessageCodeProvider - Class in org.citrusframework.generate.provider
 
MessageCodeProvider() - Constructor for class org.citrusframework.generate.provider.MessageCodeProvider
 
MessagingJavaTestGenerator<T extends MessagingJavaTestGenerator<T>> - Class in org.citrusframework.generate.javadsl
 
MessagingJavaTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
 
MessagingXmlTestGenerator<T extends MessagingXmlTestGenerator> - Class in org.citrusframework.generate.xml
 
MessagingXmlTestGenerator() - Constructor for class org.citrusframework.generate.xml.MessagingXmlTestGenerator
 

O

org.citrusframework.generate - package org.citrusframework.generate
 
org.citrusframework.generate.dictionary - package org.citrusframework.generate.dictionary
 
org.citrusframework.generate.javadsl - package org.citrusframework.generate.javadsl
 
org.citrusframework.generate.provider - package org.citrusframework.generate.provider
 
org.citrusframework.generate.provider.http - package org.citrusframework.generate.provider.http
 
org.citrusframework.generate.provider.soap - package org.citrusframework.generate.provider.soap
 
org.citrusframework.generate.xml - package org.citrusframework.generate.xml
 
org.citrusframework.xml.namespace - package org.citrusframework.xml.namespace
 
OutboundXmlDataDictionary - Class in org.citrusframework.generate.dictionary
 
OutboundXmlDataDictionary() - Constructor for class org.citrusframework.generate.dictionary.OutboundXmlDataDictionary
 

P

provideHeaderAndPayload(CodeBlock.Builder, Message) - Method in class org.citrusframework.generate.provider.MessageCodeProvider
 

R

ReceiveActionProvider - Class in org.citrusframework.generate.provider
 
ReceiveActionProvider() - Constructor for class org.citrusframework.generate.provider.ReceiveActionProvider
 
ReceiveCodeProvider - Class in org.citrusframework.generate.provider
 
ReceiveCodeProvider() - Constructor for class org.citrusframework.generate.provider.ReceiveCodeProvider
 
ReceiveHttpRequestActionProvider - Class in org.citrusframework.generate.provider.http
 
ReceiveHttpRequestActionProvider() - Constructor for class org.citrusframework.generate.provider.http.ReceiveHttpRequestActionProvider
 
ReceiveHttpRequestCodeProvider - Class in org.citrusframework.generate.provider.http
 
ReceiveHttpRequestCodeProvider() - Constructor for class org.citrusframework.generate.provider.http.ReceiveHttpRequestCodeProvider
 
ReceiveHttpResponseActionProvider - Class in org.citrusframework.generate.provider.http
 
ReceiveHttpResponseActionProvider() - Constructor for class org.citrusframework.generate.provider.http.ReceiveHttpResponseActionProvider
 
ReceiveHttpResponseCodeProvider - Class in org.citrusframework.generate.provider.http
 
ReceiveHttpResponseCodeProvider() - Constructor for class org.citrusframework.generate.provider.http.ReceiveHttpResponseCodeProvider
 
ReceiveSoapRequestActionProvider - Class in org.citrusframework.generate.provider.soap
 
ReceiveSoapRequestActionProvider() - Constructor for class org.citrusframework.generate.provider.soap.ReceiveSoapRequestActionProvider
 
ReceiveSoapResponseActionProvider - Class in org.citrusframework.generate.provider.soap
 
ReceiveSoapResponseActionProvider() - Constructor for class org.citrusframework.generate.provider.soap.ReceiveSoapResponseActionProvider
 

S

self - Variable in class org.citrusframework.generate.AbstractTestGenerator
 
SendActionProvider - Class in org.citrusframework.generate.provider
 
SendActionProvider() - Constructor for class org.citrusframework.generate.provider.SendActionProvider
 
SendCodeProvider - Class in org.citrusframework.generate.provider
 
SendCodeProvider() - Constructor for class org.citrusframework.generate.provider.SendCodeProvider
 
SendHttpRequestActionProvider - Class in org.citrusframework.generate.provider.http
 
SendHttpRequestActionProvider() - Constructor for class org.citrusframework.generate.provider.http.SendHttpRequestActionProvider
 
SendHttpRequestCodeProvider - Class in org.citrusframework.generate.provider.http
 
SendHttpRequestCodeProvider() - Constructor for class org.citrusframework.generate.provider.http.SendHttpRequestCodeProvider
 
SendHttpResponseActionProvider - Class in org.citrusframework.generate.provider.http
 
SendHttpResponseActionProvider() - Constructor for class org.citrusframework.generate.provider.http.SendHttpResponseActionProvider
 
SendHttpResponseCodeProvider - Class in org.citrusframework.generate.provider.http
 
SendHttpResponseCodeProvider() - Constructor for class org.citrusframework.generate.provider.http.SendHttpResponseCodeProvider
 
SendSoapRequestActionProvider - Class in org.citrusframework.generate.provider.soap
 
SendSoapRequestActionProvider() - Constructor for class org.citrusframework.generate.provider.soap.SendSoapRequestActionProvider
 
SendSoapResponseActionProvider - Class in org.citrusframework.generate.provider.soap
 
SendSoapResponseActionProvider() - Constructor for class org.citrusframework.generate.provider.soap.SendSoapResponseActionProvider
 
SERVER - Enum constant in enum class org.citrusframework.generate.TestGenerator.GeneratorMode
 
setAuthor(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the test author.
setContextPath(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Sets the contextPath.
setContextPath(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Sets the contextPath.
setContextPaths(List<String>) - Method in class org.citrusframework.generate.xml.XmlTestMarshaller
 
setDescription(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the test description.
setDisabled(boolean) - Method in class org.citrusframework.generate.AbstractTestGenerator
Sets the disabled.
setEndpoint(String) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Sets the endpoint.
setEndpoint(String) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Sets the endpoint.
setFileExtension(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Sets the fileExtension.
setFramework(UnitFramework) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the unit test framework.
setMarshaller(TestActionMarshaller) - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Sets the marshaller.
setMode(TestGenerator.GeneratorMode) - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Sets the mode.
setMode(TestGenerator.GeneratorMode) - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Sets the mode.
setName(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the test name.
setNamePrefix(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Sets the namePrefix.
setNamePrefix(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Sets the namePrefix.
setNamePrefix(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Sets the namePrefix.
setNamePrefix(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Sets the namePrefix.
setNamespaceMappings(Map<String, String>) - Method in class org.citrusframework.xml.namespace.CitrusNamespacePrefixMapper
Sets the namespace mappings.
setNamespacePrefixMapper(NamespacePrefixMapper) - Method in class org.citrusframework.generate.xml.XmlTestMarshaller
 
setNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Sets the nameSuffix.
setNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Sets the nameSuffix.
setNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Sets the nameSuffix.
setNameSuffix(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Sets the nameSuffix.
setNameSuffix(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Sets the nameSuffix.
setNameSuffix(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Sets the nameSuffix.
setOperation(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Sets the operation.
setOperation(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Sets the operation.
setOperation(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Sets the operation.
setOperation(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Sets the operation.
setPackage(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the test package.
setRequestMessage(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Sets the requestMessage.
setRequestMessage(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Sets the requestMessage.
setResponseMessage(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Sets the responseMessage.
setResponseMessage(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Sets the responseMessage.
setSrcDirectory(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the test source directory.
setSwaggerResource(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Sets the swaggerResource.
setSwaggerResource(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Sets the swaggerResource.
setTargetPackage(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the target package.
setWsdl(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Sets the wsdl.
setWsdl(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Sets the wsdl.
setXsd(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Sets the xsd.
setXsd(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Sets the xsd.
SwaggerJavaTestGenerator - Class in org.citrusframework.generate.javadsl
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
SwaggerJavaTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
 
SwaggerTestGenerator<T extends SwaggerTestGenerator> - Interface in org.citrusframework.generate
 
SwaggerXmlTestGenerator - Class in org.citrusframework.generate.xml
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
SwaggerXmlTestGenerator() - Constructor for class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
 

T

TestActionMarshaller - Class in org.citrusframework.generate.xml
 
TestActionMarshaller(Resource[], String...) - Constructor for class org.citrusframework.generate.xml.TestActionMarshaller
 
TestGenerator<T extends TestGenerator> - Interface in org.citrusframework.generate
 
TestGenerator.GeneratorMode - Enum Class in org.citrusframework.generate
Mode indicating test actor client or server.
TestGeneratorMain - Class in org.citrusframework.generate
 
TestGeneratorMain() - Constructor for class org.citrusframework.generate.TestGeneratorMain
 
TESTNG - Enum constant in enum class org.citrusframework.generate.UnitFramework
 
translate(Node, T, TestContext) - Method in class org.citrusframework.generate.dictionary.InboundXmlDataDictionary
 
translate(Node, T, TestContext) - Method in class org.citrusframework.generate.dictionary.OutboundXmlDataDictionary
 

U

UnitFramework - Enum Class in org.citrusframework.generate
Unit testing framework can be either JUnit or TestNG.
unmarshal(Source) - Method in class org.citrusframework.generate.xml.XmlTestMarshaller
 
usePackage(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set package via builder method.
usePackage(String) - Method in interface org.citrusframework.generate.TestGenerator
 
useSrcDirectory(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set test source directory via builder method.
useSrcDirectory(String) - Method in interface org.citrusframework.generate.TestGenerator
 

V

valueOf(String) - Static method in enum class org.citrusframework.generate.TestGenerator.GeneratorMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.citrusframework.generate.UnitFramework
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.citrusframework.generate.TestGenerator.GeneratorMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.citrusframework.generate.UnitFramework
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAuthor(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set author via builder method.
withAuthor(String) - Method in interface org.citrusframework.generate.TestGenerator
 
withContextPath(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Set the server context path to use.
withContextPath(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Set the server context path to use.
withDescription(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set description via builder method.
withDescription(String) - Method in interface org.citrusframework.generate.TestGenerator
 
withDisabled(boolean) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the disabled state to use.
withDisabled(boolean) - Method in interface org.citrusframework.generate.TestGenerator
 
withEndpoint(String) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Set the endpoint to use.
withEndpoint(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withEndpoint(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withEndpoint(String) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Set the endpoint to use.
withEndpoint(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withFileExtension(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set file extension via builder method.
withFramework(UnitFramework) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set the unit testing framework to use.
withFramework(UnitFramework) - Method in interface org.citrusframework.generate.TestGenerator
 
withInboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Add inbound JsonPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Add inbound XPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Add inbound XPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withInboundMappingFile(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withInboundMappingFile(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Add inbound JsonPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Add inbound XPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Add inbound XPath expression mappings file to manipulate inbound message content.
withInboundMappingFile(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Add inbound JsonPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Add inbound XPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Add inbound XPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withInboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Add inbound JsonPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Add inbound XPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Add inbound XPath expression mappings to manipulate inbound message content.
withInboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withMode(TestGenerator.GeneratorMode) - Method in class org.citrusframework.generate.javadsl.JavaTestGenerator
Set the mode describing which part (client/server) to use.
withMode(TestGenerator.GeneratorMode) - Method in interface org.citrusframework.generate.TestGenerator
 
withMode(TestGenerator.GeneratorMode) - Method in class org.citrusframework.generate.xml.XmlTestGenerator
Set the mode describing which part (client/server) to use.
withName(String) - Method in class org.citrusframework.generate.AbstractTestGenerator
Set name via builder method.
withName(String) - Method in interface org.citrusframework.generate.TestGenerator
 
withNamePrefix(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Set the test name prefix to use.
withNamePrefix(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Set the test name prefix to use.
withNamePrefix(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withNamePrefix(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withNamePrefix(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Set the test name prefix to use.
withNamePrefix(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Set the test name prefix to use.
withNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withNameSuffix(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withNameSuffix(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Set the test name suffix to use.
withNameSuffix(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withOperation(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Set the swagger operation to use.
withOperation(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Set the wsdl operation to use.
withOperation(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withOperation(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withOperation(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Set the swagger operation to use.
withOperation(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Set the wsdl operation to use.
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Add outbound JsonPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Add outbound XPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Add outbound XPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withOutboundMappingFile(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Add outbound JsonPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Add outbound XPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Add outbound XPath expression mappings file to manipulate outbound message content.
withOutboundMappingFile(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Add outbound JsonPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Add outbound XPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Add outbound XPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withOutboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Add outbound JsonPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Add outbound XPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Add outbound XPath expression mappings to manipulate outbound message content.
withOutboundMappings(Map<String, String>) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withRequest(Message) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Set the request to use.
withRequest(Message) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Set the request to use.
withRequestMessage(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Set the request element name in xsd resource to use.
withRequestMessage(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Set the request element name in xsd resource to use.
withRequestMessage(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withResponse(Message) - Method in class org.citrusframework.generate.javadsl.MessagingJavaTestGenerator
Set the response to use.
withResponse(Message) - Method in class org.citrusframework.generate.xml.MessagingXmlTestGenerator
Set the response to use.
withResponseMessage(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Set the response element name in xsd resource to use.
withResponseMessage(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Set the response element name in xsd resource to use.
withResponseMessage(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
withSpec(String) - Method in class org.citrusframework.generate.javadsl.SwaggerJavaTestGenerator
Set the swagger Open API resource to use.
withSpec(String) - Method in interface org.citrusframework.generate.SwaggerTestGenerator
 
withSpec(String) - Method in class org.citrusframework.generate.xml.SwaggerXmlTestGenerator
Set the swagger Open API resource to use.
withWsdl(String) - Method in class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
Set the wsdl schema resource to use.
withWsdl(String) - Method in interface org.citrusframework.generate.WsdlTestGenerator
 
withWsdl(String) - Method in class org.citrusframework.generate.xml.WsdlXmlTestGenerator
Set the wsdl schema resource to use.
withXsd(String) - Method in class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
Set the xsd schema resource to use.
withXsd(String) - Method in class org.citrusframework.generate.xml.XsdXmlTestGenerator
Set the xsd schema resource to use.
withXsd(String) - Method in interface org.citrusframework.generate.XsdTestGenerator
 
WsdlJavaTestGenerator - Class in org.citrusframework.generate.javadsl
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
WsdlJavaTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.WsdlJavaTestGenerator
 
WsdlTestGenerator<T extends WsdlTestGenerator> - Interface in org.citrusframework.generate
 
WsdlXmlTestGenerator - Class in org.citrusframework.generate.xml
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
WsdlXmlTestGenerator() - Constructor for class org.citrusframework.generate.xml.WsdlXmlTestGenerator
 

X

XmlTestGenerator<T extends XmlTestGenerator> - Class in org.citrusframework.generate.xml
 
XmlTestGenerator() - Constructor for class org.citrusframework.generate.xml.XmlTestGenerator
 
XmlTestMarshaller - Class in org.citrusframework.generate.xml
 
XmlTestMarshaller() - Constructor for class org.citrusframework.generate.xml.XmlTestMarshaller
 
XsdJavaTestGenerator - Class in org.citrusframework.generate.javadsl
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
XsdJavaTestGenerator() - Constructor for class org.citrusframework.generate.javadsl.XsdJavaTestGenerator
 
XsdTestGenerator<T extends XsdTestGenerator> - Interface in org.citrusframework.generate
 
XsdXmlTestGenerator - Class in org.citrusframework.generate.xml
Test generator creates one to many test cases based on operations defined in a XML schema XSD.
XsdXmlTestGenerator() - Constructor for class org.citrusframework.generate.xml.XsdXmlTestGenerator
 
A C F G I J M O P R S T U V W X 
All Classes and Interfaces|All Packages