count

fun count(count: Int): MethodsMatcher

Method count to match.

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

要匹配的方法数量。

Return

MethodsMatcher

Parameters

count

method count / 方法数量


Method count to match.

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

要匹配的方法数量。

Return

MethodsMatcher

Parameters

range

method count range / 方法数量范围


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

Method count to match.

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

要匹配的方法数量。

Return

MethodsMatcher

Parameters

min

min method count / 最小方法数量

max

max method count / 最大方法数量


var count: Int

Method count to match.

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

要匹配的方法数量。