Exemple #1
0
 protected override void AssertedBottomInsideOfNoExpectedValueEventHandler(object sender, LayoutTwoComponentsNoExpectedActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is bottom inside of {arg.SecondElement.ComponentName}.");
Exemple #2
0
 protected override void AssertedBelowOfNoExpectedValueEventHandler(object sender, LayoutTwoComponentsNoExpectedActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ComponentName} ", $"is below of {arg.SecondElement.ComponentName}.");