Class WebTestPropertiesConfiguration


  • public final class WebTestPropertiesConfiguration
    extends Object
    An XML configuration specification for a WebTest.
    • Constructor Detail

      • WebTestPropertiesConfiguration

        public WebTestPropertiesConfiguration()
    • Method Detail

      • webTest

        public String webTest()
        Get the webTest property: The XML specification of a WebTest to run against an application.
        Returns:
        the webTest value.
      • withWebTest

        public WebTestPropertiesConfiguration withWebTest​(String webTest)
        Set the webTest property: The XML specification of a WebTest to run against an application.
        Parameters:
        webTest - the webTest value to set.
        Returns:
        the WebTestPropertiesConfiguration object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.