TestFailure constructor
TestFailure({})
Implementation
TestFailure({
this.actualOutputUrl,
this.actualRedirectResponseCode,
this.actualService,
this.expectedOutputUrl,
this.expectedRedirectResponseCode,
this.expectedService,
this.headers,
this.host,
this.path,
});