- Companion
- class
trait TestUtil
trait UnivEqCats
trait UnivEqExports
trait TestUtilWithoutUnivEq
trait TestUtilImplicits
trait TypeTestingUtil
trait ScalaVerSpecificTestUtil
class Object
trait Matchable
class Any
Type members
Inherited types
Value members
Inherited methods
def assertChange[A, B, R](desc: => String, query: => A, block: => R)(actual: (A, A) => B)(expect: (A, R) => B)(implicit evidence$28: Eq[B], q: Line): R
- Inherited from
- TestUtilWithoutUnivEq
def assertChange[A, B, R](query: => A, block: => R)(actual: (A, A) => B)(expect: (A, R) => B)(implicit evidence$27: Eq[B], q: Line): R
- Inherited from
- TestUtilWithoutUnivEq
def assertChangeO[A, B, R](desc: => Option[String], query: => A, block: => R)(actual: (A, A) => B)(expect: (A, R) => B)(implicit evidence$29: Eq[B], q: Line): R
- Inherited from
- TestUtilWithoutUnivEq
def assertDifference[N, A](desc: => String, query: => N)(expect: N)(block: => A)(implicit evidence$35: Numeric[N], evidence$36: Eq[N], q: Line): A
- Inherited from
- TestUtilWithoutUnivEq
def assertDifference[N, A](query: => N)(expect: N)(block: => A)(implicit evidence$33: Numeric[N], evidence$34: Eq[N], q: Line): A
- Inherited from
- TestUtilWithoutUnivEq
def assertDifferenceO[N, A](desc: => Option[String], query: => N)(expect: N)(block: => A)(implicit evidence$37: Numeric[N], evidence$38: Eq[N], q: Line): A
- Inherited from
- TestUtilWithoutUnivEq
def assertEqO[A](name: => Option[String], actual: A, expect: A)(implicit evidence$3: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertEqWithTolerance(name: => String, actual: Double, expect: Double, tolerance: Double)(implicit l: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertEqWithTolerance(actual: Double, expect: Double, tolerance: Double)(implicit l: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertMap[K, V](name: => String, actual: Map[K, V], expect: Map[K, V])(implicit evidence$9: UnivEq[K], evidence$10: Eq[V], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertMap[K, V](actual: Map[K, V], expect: Map[K, V])(implicit evidence$7: UnivEq[K], evidence$8: Eq[V], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertMapO[K, V](name: => Option[String], actual: Map[K, V], expect: Map[K, V])(implicit evidence$11: UnivEq[K], evidence$12: Eq[V], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertNoChange[B, A](desc: => String, query: => B)(block: => A)(implicit evidence$31: Eq[B], q: Line): A
- Inherited from
- TestUtilWithoutUnivEq
def assertNoChangeO[B, A](desc: => Option[String], query: => B)(block: => A)(implicit evidence$32: Eq[B], q: Line): A
- Inherited from
- TestUtilWithoutUnivEq
def assertNotEq[A](name: => String, actual: A, expect: A)(implicit evidence$5: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeq[A](name: => String, actual: Iterable[A], expect: Iterable[A])(implicit evidence$16: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeq[A](name: => String, actual: Iterable[A])(expect: A*)(implicit evidence$15: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeq[A](actual: Iterable[A], expect: Iterable[A])(implicit evidence$14: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqIgnoreOrder[A](name: => String, actual: IterableOnce[A], expect: IterableOnce[A])(implicit evidence$21: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqIgnoreOrder[A](name: => String, actual: IterableOnce[A])(expect: A*)(implicit evidence$20: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqIgnoreOrder[A](actual: IterableOnce[A], expect: IterableOnce[A])(implicit evidence$19: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqIgnoreOrder[A](actual: IterableOnce[A])(expect: A*)(implicit evidence$18: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqIgnoreOrderO[A](name: => Option[String], actual: IterableOnce[A], expect: IterableOnce[A])(implicit q: Line, A: Eq[A]): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSeqO[A](name: => Option[String], actual: Iterable[A], expect: Iterable[A])(implicit evidence$17: Eq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSet[A](name: => String, actual: Set[A], expect: Set[A])(implicit evidence$25: UnivEq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSet[A](name: => String, actual: Set[A])(expect: A*)(implicit evidence$24: UnivEq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
def assertSetO[A](name: => Option[String], actual: Set[A], expect: Set[A])(implicit evidence$26: UnivEq[A], q: Line): Unit
- Inherited from
- TestUtilWithoutUnivEq
Extensions
Implicits
Inherited implicits
implicit inline def univEqCatsIor[A, B](using inline a: UnivEq[A], inline b: UnivEq[B]): UnivEq[Ior[A, B]]
- Inherited from
- UnivEqCats
implicit inline def univEqCatsOneAnd[F[_], A](using inline fa: UnivEq[F[A]], inline a: UnivEq[A]): UnivEq[OneAnd[F, A]]
- Inherited from
- UnivEqCats