Пример #1
0
 protected virtual void AssertedTopInsideOfLessOrEqualThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #2
0
 protected virtual void AssertedWidthApproximateSecondElementEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #3
0
 protected virtual void AssertedRightInsideOfGreaterOrEqualThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #4
0
 protected virtual void AssertedRightOfLessThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #5
0
 protected virtual void AssertedNearLeftOfEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #6
0
 protected virtual void AssertedNearTopOfGreaterThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #7
0
 protected override void AssertedBottomInsideOfLessOrEqualThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} is <={arg.ActionValue} px bottom inside of {arg.SecondElement.ComponentName}.");
Пример #8
0
 protected virtual void AssertedBottomInsideOfEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 {
 }
Пример #9
0
 protected override void AssertedBelowOfLessThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} is <{arg.ActionValue} px below of {arg.SecondElement.ComponentName}.");
Пример #10
0
 protected override void AssertedWidthApproximateSecondElementEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} width is ~{arg.ActionValue}% of {arg.SecondElement.ComponentName}.");
Пример #11
0
 protected override void AssertedTopInsideOfGreaterOrEqualThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} is >={arg.ActionValue} px top inside of {arg.SecondElement.ComponentName}.");
Пример #12
0
 protected override void AssertedRightOfGreaterThanEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} is >{arg.ActionValue} px right of {arg.SecondElement.ComponentName}.");
Пример #13
0
 protected override void AssertedNearTopOfEventHandler(object sender, LayoutTwoComponentsActionEventArgs arg)
 => Logger.LogInformation($"Assert {arg.Element.ComponentName} is {arg.ActionValue} px near top of {arg.SecondElement.ComponentName}.");