Class UrlMapTest (0.3.0)

UrlMapTest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message for the expected URL mappings. .. attribute:: description

Description of this test case.

:type: str

Attributes

NameDescription
host str
Host portion of the URL. If headers contains a host header, then host must also match the header value.
path str
Path portion of the URL.
service str
Expected BackendService or BackendBucket resource the given URL should be mapped to. service cannot be set if expectedRedirectResponseCode is set.