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