object SmartAssertions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmartAssertions
- 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
- val anything: TestArrow[Any, Boolean]
- def approximatelyEquals[A](reference: A, tolerance: A)(implicit arg0: Numeric[A]): TestArrow[A, Boolean]
- def as[A, B](implicit CB: ClassTag[B]): TestArrow[A, B]
- def asCauseDie[E]: TestArrow[Cause[E], Throwable]
- def asCauseFailure[E]: TestArrow[Cause[E], E]
- def asCauseInterrupted[E]: TestArrow[Cause[E], Boolean]
- def asExitCause[E]: TestArrow[Exit[E, Any], Cause[E]]
- def asExitDie[E, A]: TestArrow[Exit[E, A], Throwable]
- def asExitFailure[E]: TestArrow[Exit[E, Any], E]
- def asExitInterrupted[E, A]: TestArrow[Exit[E, A], Boolean]
- def asExitSuccess[E, A]: TestArrow[Exit[E, A], A]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asLeft[A]: TestArrow[Either[A, _], A]
- def asRight[A]: TestArrow[Either[_, A], A]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def containsCause[E](expected: Cause[E]): TestArrow[Cause[E], Boolean]
- def containsIterable[A](value: A): TestArrow[Iterable[A], Boolean]
- def containsOption[A](value: A): TestArrow[Option[A], Boolean]
- def containsSeq[A](value: A): TestArrow[Seq[A], Boolean]
- def containsString(value: String): TestArrow[String, Boolean]
- def custom[A, B](customAssertion: CustomAssertion[A, B]): TestArrow[A, B]
- def endsWithSeq[A](postfix: Seq[A]): TestArrow[Seq[A], Boolean]
- def endsWithString(postfix: String): TestArrow[String, Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equalTo[A](that: A)(implicit diff: OptionalImplicit[Diff[A]]): TestArrow[A, Boolean]
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def existsIterable[A](predicate: TestArrow[A, Boolean]): TestArrow[Iterable[A], Boolean]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forallIterable[A](predicate: TestArrow[A, Boolean]): TestArrow[Iterable[A], Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def greaterThan[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]
- def greaterThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]
- def hasAt[A](index: Int): TestArrow[Seq[A], A]
- def hasField[A, B](name: String, proj: (A) ⇒ B): TestArrow[A, B]
- def hasKey[K, V](key: K): TestArrow[Map[K, V], V]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head[A]: TestArrow[Iterable[A], A]
- def is[A, B](implicit CB: ClassTag[B]): TestArrow[A, Boolean]
- def isDefinedOption: TestArrow[Option[Any], Boolean]
- def isEmptyIterable[A]: TestArrow[Iterable[A], Boolean]
- def isEmptyOption: TestArrow[Option[Any], Boolean]
- def isEmptyString: TestArrow[String, Boolean]
- def isEven[A](implicit integral: Integral[A]): TestArrow[A, Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNonEmptyIterable: TestArrow[Iterable[Any], Boolean]
- def isNonEmptyString: TestArrow[String, Boolean]
- def isOdd[A](implicit integral: Integral[A]): TestArrow[A, Boolean]
- def isSome[A]: TestArrow[Option[A], A]
- def last[A]: TestArrow[Iterable[A], A]
- def lessThan[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]
- def lessThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def startsWithSeq[A](prefix: Seq[A]): TestArrow[Seq[A], Boolean]
- def startsWithString(prefix: String): TestArrow[String, Boolean]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val throws: TestArrow[Any, Throwable]
-
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( ... ) @native()