Object

zio.test.internal

SmartAssertions

Related Doc: package internal

Permalink

object SmartAssertions

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SmartAssertions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def anything: TestArrow[Any, Boolean]

    Permalink
  5. def as[A, B](implicit CB: ClassTag[B]): TestArrow[A, B]

    Permalink
  6. def asCauseDie[E]: TestArrow[Cause[E], Throwable]

    Permalink
  7. def asCauseFailure[E]: TestArrow[Cause[E], E]

    Permalink
  8. def asCauseInterrupted[E]: TestArrow[Cause[E], Boolean]

    Permalink
  9. def asExitCause[E, A]: TestArrow[Exit[E, A], Cause[E]]

    Permalink
  10. def asExitDie[E, A]: TestArrow[Exit[E, A], Throwable]

    Permalink
  11. def asExitFailure[E, A]: TestArrow[Exit[E, A], E]

    Permalink
  12. def asExitInterrupted[E, A]: TestArrow[Exit[E, A], Boolean]

    Permalink
  13. def asExitSuccess[E, A]: TestArrow[Exit[E, A], A]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def asLeft[A]: TestArrow[Either[A, _], A]

    Permalink
  16. def asRight[A]: TestArrow[Either[_, A], A]

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def containsOption[A](value: A): TestArrow[Option[A], Boolean]

    Permalink
  19. def containsSeq[A](value: A): TestArrow[Seq[A], Boolean]

    Permalink
  20. def containsString(value: String): TestArrow[String, Boolean]

    Permalink
  21. def custom[A, B](customAssertion: CustomAssertion[A, B]): TestArrow[A, B]

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equalTo[A](that: A)(implicit diff: OptionalImplicit[Diff[A]]): TestArrow[A, Boolean]

    Permalink
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def existsIterable[A](predicate: TestArrow[A, Boolean]): TestArrow[Iterable[A], Boolean]

    Permalink
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def forallIterable[A](predicate: TestArrow[A, Boolean]): TestArrow[Iterable[A], Boolean]

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def greaterThan[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]

    Permalink
  30. def greaterThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]

    Permalink
  31. def hasAt[A](index: Int): TestArrow[Seq[A], A]

    Permalink
  32. def hasKey[K, V](key: K): TestArrow[Map[K, V], V]

    Permalink
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. def head[A]: TestArrow[Iterable[A], A]

    Permalink
  35. def is[A, B](implicit CB: ClassTag[B]): TestArrow[A, Boolean]

    Permalink
  36. def isDefinedOption[A]: TestArrow[Option[A], Boolean]

    Permalink
  37. def isEmptyIterable[A]: TestArrow[Iterable[A], Boolean]

    Permalink
  38. def isEmptyOption[A]: TestArrow[Option[A], Boolean]

    Permalink
  39. def isEven[A](implicit integral: Integral[A]): TestArrow[A, Boolean]

    Permalink
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def isNonEmptyIterable[A]: TestArrow[Iterable[A], Boolean]

    Permalink
  42. def isOdd[A](implicit integral: Integral[A]): TestArrow[A, Boolean]

    Permalink
  43. def isSome[A]: TestArrow[Option[A], A]

    Permalink
  44. def lessThan[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]

    Permalink
  45. def lessThanOrEqualTo[A](that: A)(implicit ordering: Ordering[A]): TestArrow[A, Boolean]

    Permalink
  46. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. val throws: TestArrow[Any, Throwable]

    Permalink
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped