SmartAssertions
zio.test.internal.SmartAssertions
object SmartAssertions
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SmartAssertions.type
Members list
Value members
Concrete methods
def equalToL[A, B](that: B)(implicit diff: OptionalImplicit[Diff[B]], conv: A => B): TestArrow[A, Boolean]
def equalToR[A, B](that: B)(implicit diff: OptionalImplicit[Diff[A]], conv: B => A): TestArrow[A, Boolean]
def greaterThanL[A, B](that: B)(implicit ordering: Ordering[B], conv: A => B): TestArrow[A, Boolean]
def greaterThanOrEqualToL[A, B](that: B)(implicit ordering: Ordering[B], conv: A => B): TestArrow[A, Boolean]
def greaterThanOrEqualToR[A, B](that: B)(implicit ordering: Ordering[A], conv: B => A): TestArrow[A, Boolean]
def greaterThanR[A, B](that: B)(implicit ordering: Ordering[A], conv: B => A): TestArrow[A, Boolean]
def lessThanOrEqualToL[A, B](that: B)(implicit ordering: Ordering[B], conv: A => B): TestArrow[A, Boolean]
def lessThanOrEqualToR[A, B](that: B)(implicit ordering: Ordering[A], conv: B => A): TestArrow[A, Boolean]
In this article