protected override void AssertContentNotContainsEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response content ", $"does not contain {arg.ActionValue}.");
Exemplo n.º 2
0
 protected virtual void AssertContentTypeEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
 protected override void AssertContentEncodingEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response Cache-Info header ", $"is equal to {arg.ActionValue}.");
Exemplo n.º 4
0
 protected override void AssertCookieExistsEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response ", $"cookie {arg.ActionValue} exists.");
Exemplo n.º 5
0
 protected virtual void AssertResponseHeaderEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
 protected override void AssertResultNotEqualsEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response content ", $"is not equal to {arg.ActionValue}.");
 protected override void AssertSuccessStatusCodeEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response status code ", "is successfull.");
Exemplo n.º 8
0
 protected virtual void AssertCookieExistsEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
Exemplo n.º 9
0
 protected virtual void AssertSchemaEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
Exemplo n.º 10
0
 protected override void AssertSuccessStatusCodeEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response status code ", "is successfull.");
Exemplo n.º 11
0
 protected override void AssertSchemaEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response ", "is compatible to specified schema.");
Exemplo n.º 12
0
 protected override void AssertStatusCodeEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response status code ", $"is equal to {arg.ActionValue}.");
Exemplo n.º 13
0
 protected override void AssertResultEqualsEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response content ", $"is equal to {arg.ActionValue}.");
Exemplo n.º 14
0
 protected override void AssertExecutionTimeUnderEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response execution time ", $"is under {arg.ActionValue}.");
 protected override void AssertCookieExistsEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response ", $"cookie {arg.ActionValue} exists.");
Exemplo n.º 16
0
 protected virtual void AssertExecutionTimeUnderEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
 protected override void AssertExecutionTimeUnderEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response execution time ", $"is under {arg.ActionValue}.");
Exemplo n.º 18
0
 protected virtual void AssertResultNotEqualsEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
 protected override void AssertStatusCodeEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response status code ", $"is equal to {arg.ActionValue}.");
Exemplo n.º 20
0
 protected virtual void AssertStatusCodeEventHandler(object sender, ApiAssertEventArgs arg)
 {
 }
 protected override void AssertSchemaEventHandler(object sender, ApiAssertEventArgs arg) => BugReportingContextService.AddAssertStep($"Assert response ", "is compatible to specified schema.");
Exemplo n.º 22
0
 protected override void AssertContentContainsEventHandler(object sender, ApiAssertEventArgs arg) => DynamicTestCasesService.AddAssertStep($"Assert response content ", $"contains {arg.ActionValue}.");