GTEAssertion

case class GTEAssertion[T](than: T)(o: Ordering[T]) extends Assertion[T]
trait Serializable
trait Product
trait Equals
trait Assertion[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def assertWith(value: T, suite: FunSuite): Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product