Class TestConfiguration
java.lang.Object
org.citrusframework.mvn.plugin.config.tests.TestConfiguration
- All Implemented Interfaces:
Serializable
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the author.Gets the description.Gets the dictionary.Gets the endpoint.getName()Gets the name.Gets the packageName.Gets the suffix.Gets the swagger.getWsdl()Gets the wsdl.getXsd()Gets the xsd.booleanGets the disabled.voidSets the author.voidsetDescription(String description) Sets the description.voidsetDictionary(DataDictionaryConfiguration dictionary) Sets the dictionary.voidsetDisabled(boolean disabled) Sets the disabled.voidsetEndpoint(String endpoint) Sets the endpoint.voidSets the name.voidsetPackageName(String packageName) Sets the packageName.voidSets the suffix.voidsetSwagger(SwaggerConfiguration swagger) Sets the swagger.voidsetWsdl(WsdlConfiguration wsdl) Sets the wsdl.voidsetXsd(XsdConfiguration xsd) Sets the xsd.
-
Constructor Details
-
TestConfiguration
public TestConfiguration()
-
-
Method Details
-
getName
Gets the name.- Returns:
-
setName
Sets the name.- Parameters:
name-
-
isDisabled
public boolean isDisabled()Gets the disabled.- Returns:
-
setDisabled
public void setDisabled(boolean disabled) Sets the disabled.- Parameters:
disabled-
-
getSuffix
Gets the suffix.- Returns:
-
setSuffix
Sets the suffix.- Parameters:
suffix-
-
getAuthor
Gets the author.- Returns:
-
setAuthor
Sets the author.- Parameters:
author-
-
getDescription
Gets the description.- Returns:
-
setDescription
Sets the description.- Parameters:
description-
-
getPackageName
Gets the packageName.- Returns:
-
setPackageName
Sets the packageName.- Parameters:
packageName-
-
getSwagger
Gets the swagger.- Returns:
-
setSwagger
Sets the swagger.- Parameters:
swagger-
-
getWsdl
Gets the wsdl.- Returns:
-
setWsdl
Sets the wsdl.- Parameters:
wsdl-
-
getXsd
Gets the xsd.- Returns:
-
setXsd
Sets the xsd.- Parameters:
xsd-
-
getEndpoint
Gets the endpoint.- Returns:
-
setEndpoint
Sets the endpoint.- Parameters:
endpoint-
-
getDictionary
Gets the dictionary.- Returns:
-
setDictionary
Sets the dictionary.- Parameters:
dictionary-
-