InspectorAssertingImpl

abstract class InspectorAssertingImpl[T, R] extends InspectorAsserting[T, R]

Abstract subclass of InspectorAsserting that provides the bulk of the implementations of InspectorAsserting methods.

trait InspectorAsserting[T, R]
class Object
trait Matchable
class Any

Value members

Concrete methods

def forAll[E](xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forAtLeast[E](min: Int, xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forAtMost[E](max: Int, xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forBetween[E](from: Int, upTo: Int, xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forEvery[E](xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forExactly[E](succeededCount: Int, xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R
def forNo[E](xs: Iterable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: E => T): R