URLMapTest

data class URLMapTest(val description: String? = null, val host: String, val path: String, val service: String)

Constructors

Link copied to clipboard
constructor(description: String? = null, host: String, path: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of this test case.

Link copied to clipboard

Host portion of the URL.

Link copied to clipboard

Path portion of the URL.

Link copied to clipboard

The backend service or backend bucket link that should be matched by this test.