abstract class InspectorAssertingImpl[T] extends InspectorAsserting[T]
Abstract subclass of InspectorAsserting
that provides the bulk of the implementations of InspectorAsserting
methods.
- Source
- InspectorAsserting.scala
- Alphabetic
- By Inheritance
- InspectorAssertingImpl
- InspectorAsserting
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new InspectorAssertingImpl()
Type Members
-
abstract
type
Result
- Definition Classes
- InspectorAsserting
Value Members
-
def
forAll[E](xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forAll
syntax.Implementation method for
Inspectors
forAll
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forAtLeast[E](min: Int, xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forAtLeast
syntax.Implementation method for
Inspectors
forAtLeast
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forAtMost[E](max: Int, xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forAtMost
syntax.Implementation method for
Inspectors
forAtMost
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forBetween[E](from: Int, upTo: Int, xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forBetween
syntax.Implementation method for
Inspectors
forBetween
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forEvery[E](xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forEvery
syntax.Implementation method for
Inspectors
forEvery
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forExactly[E](succeededCount: Int, xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forExactly
syntax.Implementation method for
Inspectors
forExactly
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting
-
def
forNo[E](xs: GenTraversable[E], original: Any, shorthand: Boolean, prettifier: Prettifier, pos: Position)(fun: (E) ⇒ T): Result
Implementation method for
Inspectors
forNo
syntax.Implementation method for
Inspectors
forNo
syntax.- Definition Classes
- InspectorAssertingImpl → InspectorAsserting