InterfacesMatcher

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var count: Int

Interface count to match.

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

Link copied to clipboard

Match type. Default is MatchType.Contains.

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

Link copied to clipboard

Functions

Link copied to clipboard
inline fun add(init: ClassMatcher.() -> Unit): InterfacesMatcher

fun add(interfaceMatcher: ClassMatcher): InterfacesMatcher

Add interface class matcher to match.

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

fun add(className: String, matchType: StringMatchType = StringMatchType.Equals, ignoreCase: Boolean = false): InterfacesMatcher

Add interface class name to match.

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

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

Interface count to match.

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

Link copied to clipboard

Interface count to match.

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

Link copied to clipboard

Interface count to match.

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

Link copied to clipboard

Need to match interfaces.

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

Link copied to clipboard

Match type.

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