RepeatedBuilder

class RepeatedBuilder<T, R>(minIterations: Int?, maxIterations: Int?, itemExpectationBuilder: ItemExpectationBuilder<R>, callback: StateCallback<T, List<R>, *>?) : Buildable<ExpectedRepeated<T, R>>

Builder class for ExpectedRepeated.

Constructors

Link copied to clipboard
constructor(minIterations: Int?, maxIterations: Int?, itemExpectationBuilder: ItemExpectationBuilder<R>, callback: StateCallback<T, List<R>, *>?)

Functions

Link copied to clipboard
open override fun build(): ExpectedRepeated<T, R>