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 TypeClassDescriptionclassAbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,ACTUAL>, ACTUAL extends Comparable<? super ACTUAL>> Base class for all implementations of.ComparableAssertSubclasses of AbstractComparableAssert in org.assertj.core.apiModifier and TypeClassDescriptionclassAbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>>Base class for all implementations of assertions forBigDecimals.classAbstractBigDecimalScaleAssert<SELF extends AbstractBigDecimalAssert<SELF>>Base class for BigDecimal scale assertions.classAbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>>Base class for all implementations of assertions forBigIntegers.classAbstractByteAssert<SELF extends AbstractByteAssert<SELF>>Base class for all implementations of assertions forBytes.classAbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>>Base class for all implementations of assertions forCharacters.classAbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>Base class for all implementations of assertions forDoubles.classAbstractDurationAssert<SELF extends AbstractDurationAssert<SELF>>Assertions forDurationtype.classAbstractFileSizeAssert<SELF extends AbstractFileAssert<SELF>>Base class for file size assertions.classAbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>Base class for all implementations of assertions forFloats.classAbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>Base class for all implementations of assertions forIntegers.classAbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> classAbstractLongAssert<SELF extends AbstractLongAssert<SELF>>Base class for all implementations of assertions forLongs.classAbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> classAbstractPathAssert<SELF extends AbstractPathAssert<SELF>>Assertions forPathobjectsclassAbstractShortAssert<SELF extends AbstractShortAssert<SELF>>Base class for all implementations of assertions forShorts.classAbstractUriAssert<SELF extends AbstractUriAssert<SELF>>Base class for all implementations of assertions forURIs.classAssertion methods forBigDecimals.classclassAssertion methods forBigIntegers.classAssertion methods forBytes.classAssertion methods forCharacters.classAssertion methods forDoubles.classAssertion methods forDurationclassclassAssertion methods for floats.classGenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>Concrete genericto be used throughComparableAssertAssertions.assertThat(java.lang.Comparable).classAssertion methods forIntegers.classclassAssertion methods forLongs.classMapSizeAssert<KEY,VALUE> classAssertion class forPathsclassAssertion methods forShorts.classAssertion class forURIsMethods 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 ofwith standard comparison semantics.GenericComparableAssertstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> AssertionsForInterfaceTypes.assertThat(T actual) Creates a new instance ofwith standard comparison semantics.GenericComparableAssertstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> Java6Assertions.assertThat(T actual) Deprecated.Creates a new instance ofwith standard comparison semantics.GenericComparableAssertdefault <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> Java6StandardSoftAssertionsProvider.assertThat(T actual) Creates a new instance ofwith standard comparison semantics.GenericComparableAssertdefault <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> WithAssertions.assertThat(T actual) Creates a new instance ofwith standard comparison semantics.GenericComparableAssertstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> Assumptions.assumeThat(T actual) Creates a new instance ofassumption.GenericComparableAssertdefault <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> WithAssumptions.assumeThat(T actual) Creates a new instance ofassumption.GenericComparableAssertstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> BDDAssumptions.given(T actual) Creates a new assumption's instance for aComparablevalue.static <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> BDDAssumptions.givenComparable(T actual) Creates a new assumption's instance of avalue.Comparablestatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> BDDAssertions.then(T actual) Creates a new instance ofwith standard comparison semantics.GenericComparableAssertstatic <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> Java6BDDAssertions.then(T actual) Deprecated.Creates a new instance ofwith standard comparison semantics.GenericComparableAssertdefault <T extends Comparable<? super T>>
AbstractComparableAssert<?, T> Java6BDDSoftAssertionsProvider.then(T actual) Creates a new instance ofwith standard comparison semantics.GenericComparableAssertMethods in org.assertj.core.api that return types with arguments of type AbstractComparableAssertModifier and TypeMethodDescriptionstatic <T extends Comparable<? super T>>
InstanceOfAssertFactory<T, AbstractComparableAssert<?, T>> InstanceOfAssertFactories.comparable(Class<T> comparableType)