MethodsMatcher

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var count: Int

Method count to match.

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

Link copied to clipboard

Match type. Default is MatchType.Contains.

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

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun add(init: MethodMatcher.() -> Unit): MethodsMatcher

Add method to match.

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

Link copied to clipboard
fun count(count: Int): MethodsMatcher
fun count(min: Int = 0, max: Int = Int.MAX_VALUE): MethodsMatcher

Method count to match.

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

Link copied to clipboard

Method count to match.

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

Link copied to clipboard

Method count to match.

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

Link copied to clipboard

Match type.

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

Link copied to clipboard

Need to match methods.

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