Esempio n. 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)");
Esempio n. 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}.");
Esempio n. 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}.");
Esempio n. 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)");