Uses of Class
org.assertj.core.api.AbstractComparableAssert
-
Packages that use AbstractComparableAssert Package Description org.assertj.core.api -
-
Uses of AbstractComparableAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractComparableAssert Modifier and Type Class Description classAbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,ACTUAL>,ACTUAL extends Comparable<? super ACTUAL>>Base class for all implementations of.ComparableAssertSubclasses of AbstractComparableAssert in org.assertj.core.api Modifier and Type Class Description classAbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>>Base class for all implementations of assertions forBigDecimals.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.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.classBigDecimalAssertAssertion methods forBigDecimals.classBigIntegerAssertAssertion methods forBigIntegers.classByteAssertAssertion methods forBytes.classCharacterAssertAssertion methods forCharacters.classDoubleAssertAssertion methods forDoubles.classFloatAssertAssertion methods for floats.classGenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>Concrete genericto be used throughComparableAssertAssertions.assertThat(java.lang.Comparable).classIntegerAssertAssertion methods forIntegers.classIterableSizeAssert<T>classLongAssertAssertion methods forLongs.classMapSizeAssert<KEY,VALUE>classPathAssertAssertion class forPathsclassShortAssertAssertion methods forShorts.Methods in org.assertj.core.api that return AbstractComparableAssert Modifier and Type Method Description static <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.GenericComparableAssert<T extends Comparable<? super T>>
AbstractComparableAssert<?,T>Java6AbstractStandardSoftAssertions. 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>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>BDDAssertions. then(T actual)Creates a new instance ofwith standard comparison semantics.GenericComparableAssert<T extends Comparable<? super T>>
AbstractComparableAssert<?,T>Java6AbstractBDDSoftAssertions. 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.GenericComparableAssertMethods in org.assertj.core.api that return types with arguments of type AbstractComparableAssert Modifier and Type Method Description static <T extends Comparable<? super T>>
InstanceOfAssertFactory<T,AbstractComparableAssert<?,T>>InstanceOfAssertFactories. comparable(Class<T> comparableType)
-