readMethods

Read this field value's methods matcher.

----------------

读取该字段值的方法匹配器。

readMethods(MethodsMatcher().add(MethodMatcher().name("getText")))

Return

FieldMatcher

Parameters

readMethods

methods matcher / 方法匹配器


inline fun readMethods(init: MethodsMatcher.() -> Unit): FieldMatcher

See also