Mahmoud Ali
Mahmoud Ali
Today we reference Forms 5.0+ (mainly because of LocalValueEntry, introduced in 5.0). So when we run the unit tests, the app is running on our selected Forms version, and not...
Apparently the treatment is a little different, this might be useful: ``` // if (view == null) var captured = false; var children = view.GetChildElements(Point.Zero); if (children != null) foreach...
To make it easier to assert certain elements, like: HaveAttribute, HaveBackgroundColor...