Пример #1
0
 protected override void AssertedHeightBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} height ", $"is {arg.ActionValue}-{arg.SecondActionValue} px.");
Пример #2
0
 protected override void AssertedWidthBetweenEventHandler(object sender, LayoutComponentTwoValuesActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} width ", $"is {arg.ActionValue}-{arg.SecondActionValue} px.");