protected override void AssertedBottomInsideOfNoExpectedValueEventHandler(object sender, LayoutTwoElementsNoExpectedActionEventArgs arg)
 => DynamicTestCasesService.AddAssertStep($"Assert {arg.Element.ElementName} ", $"is bottom inside of {arg.SecondElement.ElementName}.");
 protected virtual void AssertedTopInsideOfNoExpectedValueEventHandler(object sender, LayoutTwoElementsNoExpectedActionEventArgs arg)
 {
 }
Esempio n. 3
0
 protected override void AssertedBelowOfNoExpectedValueEventHandler(object sender, LayoutTwoElementsNoExpectedActionEventArgs arg)
 => BugReportingContextService.AddAssertStep($"Assert {arg.Element.ElementName} ", $"is below of {arg.SecondElement.ElementName}.");