paramCount

The method parameter count.

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

方法参数数量。

Return

MethodMatcher

Parameters

count

method parameter count / 方法参数数量


The method parameter count range.

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

方法参数数量范围。

paramCount(IntRange(1, 3))

Return

MethodMatcher

Parameters

range

method parameter count range / 方法参数数量范围


The method parameter count range.

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

方法参数数量范围。

paramCount(1..3)

Return

MethodMatcher

Parameters

range

method parameter count range / 方法参数数量范围


fun paramCount(min: Int = 0, max: Int = Int.MAX_VALUE): MethodMatcher

The method parameter count range.

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

方法参数数量范围。

paramCount(1, 3)

Return

MethodMatcher

Parameters

min

method parameter count min / 方法参数数量最小值

max

method parameter count max / 方法参数数量最大值


The method parameter count.

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

方法参数数量。