count

Annotation elements count to match.

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

要匹配的注解元素数量。

Return

AnnotationElementsMatcher

Parameters

count

count / 数量


Annotation elements count to match.

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

要匹配的注解元素数量。

Return

AnnotationElementsMatcher

Parameters

range

count range / 数量范围


fun count(min: Int = 0, max: Int = Int.MAX_VALUE): AnnotationElementsMatcher

Annotation elements count to match.

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

要匹配的注解元素数量。

Return

AnnotationElementsMatcher

Parameters

min

min count / 最小数量

max

max count / 最大数量


var count: Int

Annotation elements count to match.

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

要匹配的注解元素数量。