Class TestConfiguration

java.lang.Object
org.citrusframework.mvn.plugin.config.tests.TestConfiguration
All Implemented Interfaces:
Serializable

public class TestConfiguration extends Object implements Serializable
Since:
2.7.4
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • TestConfiguration

      public TestConfiguration()
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
    • setName

      public void setName(String name)
      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

      public String getSuffix()
      Gets the suffix.
      Returns:
    • setSuffix

      public void setSuffix(String suffix)
      Sets the suffix.
      Parameters:
      suffix -
    • getAuthor

      public String getAuthor()
      Gets the author.
      Returns:
    • setAuthor

      public void setAuthor(String author)
      Sets the author.
      Parameters:
      author -
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description -
    • getPackageName

      public String getPackageName()
      Gets the packageName.
      Returns:
    • setPackageName

      public void setPackageName(String packageName)
      Sets the packageName.
      Parameters:
      packageName -
    • getSwagger

      public SwaggerConfiguration getSwagger()
      Gets the swagger.
      Returns:
    • setSwagger

      public void setSwagger(SwaggerConfiguration swagger)
      Sets the swagger.
      Parameters:
      swagger -
    • getWsdl

      public WsdlConfiguration getWsdl()
      Gets the wsdl.
      Returns:
    • setWsdl

      public void setWsdl(WsdlConfiguration wsdl)
      Sets the wsdl.
      Parameters:
      wsdl -
    • getXsd

      public XsdConfiguration getXsd()
      Gets the xsd.
      Returns:
    • setXsd

      public void setXsd(XsdConfiguration xsd)
      Sets the xsd.
      Parameters:
      xsd -
    • getEndpoint

      public String getEndpoint()
      Gets the endpoint.
      Returns:
    • setEndpoint

      public void setEndpoint(String endpoint)
      Sets the endpoint.
      Parameters:
      endpoint -
    • getDictionary

      public DataDictionaryConfiguration getDictionary()
      Gets the dictionary.
      Returns:
    • setDictionary

      public void setDictionary(DataDictionaryConfiguration dictionary)
      Sets the dictionary.
      Parameters:
      dictionary -