TestFailure class

Constructors

TestFailure({String? actualOutputUrl, int? actualRedirectResponseCode, String? actualService, String? expectedOutputUrl, int? expectedRedirectResponseCode, String? expectedService, List<UrlMapTestHeader>? headers, String? host, String? path})
TestFailure.fromJson(Map json_)

Properties

actualOutputUrl String?
The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
getter/setter pair
actualRedirectResponseCode int?
Actual HTTP status code for rule with urlRedirect calculated by load balancer
getter/setter pair
actualService String?
BackendService or BackendBucket returned by load balancer.
getter/setter pair
expectedOutputUrl String?
The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
getter/setter pair
expectedRedirectResponseCode int?
Expected HTTP status code for rule with urlRedirect calculated by load balancer
getter/setter pair
expectedService String?
Expected BackendService or BackendBucket resource the given URL should be mapped to.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers List<UrlMapTestHeader>?
HTTP headers of the request.
getter/setter pair
host String?
Host portion of the URL.
getter/setter pair
path String?
Path portion including query parameters in the URL.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited