GreaterThanAssertion

com.github.agourlay.cornichon.steps.regular.assertStep.GreaterThanAssertion
case class GreaterThanAssertion[A](left: A, right: A)(implicit evidence$1: Show[A], evidence$2: Order[A]) extends OrderAssertion[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class OrderAssertion[A]
trait Assertion
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def and(other: Assertion): Assertion

Attributes

Inherited from:
Assertion
def andAll(others: Seq[Assertion]): Assertion

Attributes

Inherited from:
Assertion
def or(other: Assertion): Assertion

Attributes

Inherited from:
Assertion

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields