protected override void AssertedHeightBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ElementName} height ", $"is {arg.ActionValue}-{arg.SecondActionValue} px.");
 protected virtual void AssertedWidthBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 {
 }
Beispiel #3
0
 protected override void AssertedWidthBetweenEventHandler(object sender, LayoutElementTwoValuesActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ElementName} width ", $"is {arg.ActionValue}-{arg.SecondActionValue} px.");