count

Interface count to match.

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

要匹配的接口数量。

Return

InterfacesMatcher

Parameters

count

interface count / 接口数量


Interface count to match.

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

要匹配的接口数量。

Return

InterfacesMatcher

Parameters

range

interface count range / 接口数量范围


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

Interface count to match.

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

要匹配的接口数量。

Return

InterfacesMatcher

Parameters

min

min count / 最小数量

max

max count / 最大数量


var count: Int

Interface count to match.

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

要匹配的接口数量。