ToString
Value members
Concrete methods
Inherited methods
final def expectChange[A](from: A, expected: A, actual: A)(implicit s: Display[A], e: Equal[A]): Option[String]
- Inherited from:
- DisplayFailure
final def expectEqual[A](expected: A, actual: A)(implicit s: Display[A], e: Equal[A]): Option[String]
- Inherited from:
- DisplayFailure
final def expectMaybeEqual[A](expEqual: Boolean, ex: A, actual: A)(implicit s: Display[A], e: Equal[A]): Option[String]
- Inherited from:
- DisplayFailure
final def expectNotEqual[A](unexpected: A, actual: A)(implicit s: Display[A], e: Equal[A]): Option[String]
- Inherited from:
- DisplayFailure