add String
Add a string matcher to the array to be matched.
----------------向待匹配数组中添加一个已知的字符串匹配器。
Return
Parameters
value
string matcher / 字符串匹配器
fun addString(value: String, matchType: StringMatchType = StringMatchType.Contains, ignoreCase: Boolean = false): AnnotationEncodeArrayMatcher
Add a string to the array to be matched.
----------------向待匹配数组中添加一个已知的字符串。
Return
Parameters
value
string / 字符串
match Type
match type / 匹配类型
ignore Case
ignore case / 忽略大小写