示例#1
0
 protected virtual void AssertedNearRightOfApproximateEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg)
 {
 }
示例#2
0
 protected override void AssertedBottomInsideOfApproximateEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} is {arg.ActionValue} px bottom inside of {arg.SecondElement.ElementName}. ({arg.SecondActionValue}% tolerance)");
示例#3
0
 protected virtual void AssertedNearLeftOfBetweenEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg)
 {
 }
示例#4
0
 protected override void AssertedBelowOfBetweenEventHandler(object sender, LayoutTwoElementsActionTwoValuesEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ElementName} is {arg.ActionValue}-{arg.SecondActionValue} px below of {arg.SecondElement.ElementName}.");