Structs
The following structs are available globally.
-
Struct that is used to validate inequality expressions. The only
ValueType
supported for this expression isInt
.It takes value type, sign of inequality and value from expression pattern and then try to use those attributes to validate passed
See moreString
value that will be converted toInt
.Declaration
Swift
struct InequalityExpressionMatcher: ExpressionMatcher
-
Validates inequality extended expressions
See moreDeclaration
Swift
struct InequalityExtendedExpressionMatcher: ExpressionMatcher
-
Matcher is responsible for matching expressions that contains regular expressions.
See moreDeclaration
Swift
struct RegexExpressionMatcher: ExpressionMatcher
-
Represents built-in expression and expressions from Expressions.strings file.
See moreDeclaration
Swift
struct SharedExpression
-
Represents key-value pair from Localizable.strings files. It contains key, value and expression if exists for the key. It can also validate if text matches expression’s requirements.
See moreDeclaration
Swift
struct TranslatablePair: KeyValue