AnnotationsMatcher

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var count: Int

Annotation 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: AnnotationMatcher.() -> Unit): AnnotationsMatcher

Add annotation matcher to match.

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

Link copied to clipboard

Need to match annotations.

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

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

Annotation count to match.

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

Link copied to clipboard

Annotation count to match.

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

Link copied to clipboard

Annotation count to match.

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

Link copied to clipboard

Match type.

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