Example #1
0
 protected override void AssertedHeightLessThanEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} height ", $"is <{arg.ActionValue} px.");
Example #2
0
 protected override void AssertedHeightEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} height ", $"is {arg.ActionValue} px.");
Example #3
0
 protected override void AssertedWidthGreaterThanOrEqualEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} width ", $"is >={arg.ActionValue} px.");
Example #4
0
 protected override void AssertedWidthGreaterThanEventHandler(object sender, LayoutComponentActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} width ", $"is >{arg.ActionValue} px.");