trait SCollectionMatchers extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- SCollectionMatchers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
beEmpty: Matcher[SCollection[_]]
Assert that the SCollection in question is empty.
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
containInAnyOrder[T](value: Iterable[T])(implicit arg0: ClassTag[T]): Matcher[SCollection[T]]
Assert that the SCollection in question contains the provided elements.
-
def
containSingleValue[T](value: T)(implicit arg0: ClassTag[T]): Matcher[SCollection[T]]
Assert that the SCollection in question contains a single provided element.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equalMapOf[K, V](value: Map[K, V])(implicit arg0: ClassTag[K], arg1: ClassTag[V]): Matcher[SCollection[(K, V)]]
Assert that the SCollection in question is equivalent to the provided map.
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exist[T](predicate: (T) ⇒ Boolean)(implicit arg0: ClassTag[T]): Matcher[SCollection[T]]
Assert that some elements of the SCollection in question satisfy the provided function.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
forAll[T](predicate: (T) ⇒ Boolean)(implicit arg0: ClassTag[T]): Matcher[SCollection[T]]
Assert that all elements of the SCollection in question satisfy the provided function.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
haveSize(size: Int): Matcher[SCollection[_]]
Assert that the SCollection in question has provided size.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
satisfy[T](predicate: (Iterable[T]) ⇒ Boolean)(implicit arg0: ClassTag[T]): Matcher[SCollection[T]]
Assert that the SCollection in question satisfies the provided function.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )