final class ResultOfGreaterThanComparison[T] extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfGreaterThanComparison
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfGreaterThanComparison(right: T)(implicit arg0: Ordering[T])
Value Members
-
def
apply(left: T): Boolean
This method is invoked by
be
methods to which instances of this class are passed, which enables syntax such as:This method is invoked by
be
methods to which instances of this class are passed, which enables syntax such as:result should not be > (7) ^ ... invoked by this be method
or
num should (not be > (10) and not be < (7)) ^ ... invoked by this be method
- val right: T
-
def
toString(): String
Override toString to return "> [right]"
Override toString to return "> [right]"
- Definition Classes
- ResultOfGreaterThanComparison → AnyRef → Any