Example #1
0
 protected override void AssertedBottomInsideOfApproximateEventHandler(object sender, LayoutTwoComponentsActionTwoValuesEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is {arg.ActionValue} px bottom inside of {arg.SecondElement.ComponentName}. ({arg.SecondActionValue}% tolerance)");
Example #2
0
 protected override void AssertedBottomInsideOfBetweenEventHandler(object sender, LayoutTwoComponentsActionTwoValuesEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is {arg.ActionValue}-{arg.SecondActionValue} px bottom inside of {arg.SecondElement.ComponentName}.");
Example #3
0
 protected override void AssertedBelowOfBetweenEventHandler(object sender, LayoutTwoComponentsActionTwoValuesEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is {arg.ActionValue}-{arg.SecondActionValue} px below of {arg.SecondElement.ComponentName}.");
Example #4
0
 protected override void AssertedBelowOfApproximateEventHandler(object sender, LayoutTwoComponentsActionTwoValuesEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is {arg.ActionValue} px below of {arg.SecondElement.ComponentName}. ({arg.SecondActionValue}% tolerance)");