Uses of Class
org.assertj.core.api.AbstractComparableAssert
Packages that use AbstractComparableAssert
-
Uses of AbstractComparableAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractComparableAssertModifier and TypeClassDescriptionclass
AbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,
ACTUAL>, ACTUAL extends Comparable<? super ACTUAL>> Base class for all implementations of
.ComparableAssert
Subclasses of AbstractComparableAssert in org.assertj.core.apiModifier and TypeClassDescriptionclass
AbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>>
Base class for all implementations of assertions forBigDecimal
s.class
AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>>
Base class for all implementations of assertions forBigInteger
s.class
AbstractByteAssert<SELF extends AbstractByteAssert<SELF>>
Base class for all implementations of assertions forByte
s.class
AbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>>
Base class for all implementations of assertions forCharacter
s.class
AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>
Base class for all implementations of assertions forDouble
s.class
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>
Base class for all implementations of assertions forFloat
s.class
AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>
Base class for all implementations of assertions forInteger
s.class
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> class
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>>
Base class for all implementations of assertions forLong
s.class
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,
A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> class
AbstractPathAssert<SELF extends AbstractPathAssert<SELF>>
Assertions forPath
objectsclass
AbstractShortAssert<SELF extends AbstractShortAssert<SELF>>
Base class for all implementations of assertions forShort
s.class
Assertion methods forBigDecimal
s.class
Assertion methods forBigInteger
s.class
Assertion methods forByte
s.class
Assertion methods forCharacter
s.class
Assertion methods forDouble
s.class
Assertion methods for floats.class
GenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>
Concrete generic
to be used throughComparableAssert
Assertions.assertThat(java.lang.Comparable)
.class
Assertion methods forInteger
s.class
class
Assertion methods forLong
s.class
MapSizeAssert<KEY,
VALUE> class
Assertion class forPath
sclass
Assertion methods forShort
s.Methods in org.assertj.core.api that return AbstractComparableAssertModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> Assertions.assertThat
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
static <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> AssertionsForInterfaceTypes.assertThat
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
<T extends Comparable<? super T>>
AbstractComparableAssert<?,T> Java6AbstractStandardSoftAssertions.assertThat
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
static <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> Java6Assertions.assertThat
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
default <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> WithAssertions.assertThat
(T actual) Delegate call toAssertions.assertThat(Comparable)
static <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> BDDAssertions.then
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
<T extends Comparable<? super T>>
AbstractComparableAssert<?,T> Java6AbstractBDDSoftAssertions.then
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert
static <T extends Comparable<? super T>>
AbstractComparableAssert<?,T> Java6BDDAssertions.then
(T actual) Creates a new instance of
with standard comparison semantics.GenericComparableAssert