org.assertj.core.api
Class GenericComparableAssert<A extends Comparable<? super A>>

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,A>
      extended by org.assertj.core.api.AbstractComparableAssert<GenericComparableAssert<A>,A>
          extended by org.assertj.core.api.GenericComparableAssert<A>
Type Parameters:
A - the type of the "actual" value.
All Implemented Interfaces:
Assert<GenericComparableAssert<A>,A>, ComparableAssert<GenericComparableAssert<A>,A>, Descriptable<GenericComparableAssert<A>>, ExtensionPoints<GenericComparableAssert<A>,A>

public class GenericComparableAssert<A extends Comparable<? super A>>
extends AbstractComparableAssert<GenericComparableAssert<A>,A>

Concrete generic ComparableAssert to be used through Assertions.assertThat(java.lang.Comparable).


Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected GenericComparableAssert(A actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractComparableAssert
inBinary, inHexadecimal, isGreaterThan, isGreaterThanOrEqualTo, isLessThan, isLessThanOrEqualTo, usingComparator, usingDefaultComparator
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericComparableAssert

protected GenericComparableAssert(A actual)


Copyright © 2013–2015 AssertJ. All rights reserved.