WebTestPropertiesResponseConfiguration

data class WebTestPropertiesResponseConfiguration(val webTest: String? = null)

An XML configuration specification for a WebTest.

Constructors

Link copied to clipboard
constructor(webTest: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val webTest: String? = null

The XML specification of a WebTest to run against an application.