GREYLayoutRelation
enum GREYLayoutRelation {}
Layout relations for comparision of layout attributes (modelled after @c NSLayoutRelation).
-
Value is less than or equal to the other operand.
Declaration
Objective-C
kGREYLayoutRelationLessThanOrEqual = -1
-
Value is equal to the other operand.
Declaration
Objective-C
kGREYLayoutRelationEqual = 0
-
Value is greater than or equal to the other operand.
Declaration
Objective-C
kGREYLayoutRelationGreaterThanOrEqual = 1