Package org.assertj.core.api
Class GenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
org.assertj.core.api.AbstractObjectAssert<SELF,ACTUAL>
org.assertj.core.api.AbstractComparableAssert<GenericComparableAssert<ACTUAL>,ACTUAL>
org.assertj.core.api.GenericComparableAssert<ACTUAL>
- Type Parameters:
ACTUAL- the type of the "actual" value.
- All Implemented Interfaces:
Assert<GenericComparableAssert<ACTUAL>,,ACTUAL> ComparableAssert<GenericComparableAssert<ACTUAL>,,ACTUAL> Descriptable<GenericComparableAssert<ACTUAL>>,ExtensionPoints<GenericComparableAssert<ACTUAL>,ACTUAL>
public class GenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>
extends AbstractComparableAssert<GenericComparableAssert<ACTUAL>,ACTUAL>
Concrete generic
ComparableAssert to be used through Assertions.assertThat(java.lang.Comparable).-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractComparableAssert
comparablesFields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractComparableAssert
inBinary, inHexadecimal, isBetween, isEqualByComparingTo, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, isNotEqualByComparingTo, isStrictlyBetween, usingComparator, usingDefaultComparatorMethods inherited from class org.assertj.core.api.AbstractObjectAssert
as, as, defaultTypeComparators, extracting, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, returns, usingComparatorForFields, usingComparatorForTypeMethods inherited from class org.assertj.core.api.AbstractAssert
asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
GenericComparableAssert
-