Uses of Interface
org.assertj.core.api.ArraySortedAssert
Packages that use ArraySortedAssert
-
Uses of ArraySortedAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type ArraySortedAssertModifier and TypeInterfaceDescriptioninterfaceArraySortedAssert<SELF extends ArraySortedAssert<SELF,ELEMENT>, ELEMENT> Assertions applicable to primitive arrays or arrays of elements either naturallyComparableor according to a givenComparator.Classes in org.assertj.core.api that implement ArraySortedAssertModifier and TypeClassDescriptionclassAbstractArrayAssert<SELF extends AbstractArrayAssert<SELF,ACTUAL, ELEMENT>, ACTUAL, ELEMENT> Base class for all array assertions.classAbstractBooleanArrayAssert<SELF extends AbstractBooleanArrayAssert<SELF>>classAbstractByteArrayAssert<SELF extends AbstractByteArrayAssert<SELF>>classAbstractCharArrayAssert<SELF extends AbstractCharArrayAssert<SELF>>classAbstractDoubleArrayAssert<SELF extends AbstractDoubleArrayAssert<SELF>>classAbstractFloatArrayAssert<SELF extends AbstractFloatArrayAssert<SELF>>classAbstractIntArrayAssert<SELF extends AbstractIntArrayAssert<SELF>>classAbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>>classAbstractObjectArrayAssert<SELF extends AbstractObjectArrayAssert<SELF,ELEMENT>, ELEMENT> Assertion methods for arrays of objects.classAbstractShortArrayAssert<SELF extends AbstractShortArrayAssert<SELF>>classclassAssertion methods for arrays ofbooleans.classAssertion methods for arrays ofbytes.classAssertion methods for arrays ofchars.classAssertion methods for arrays ofdoubles.classAssertion methods for arrays offloats.classAssertion methods for arrays ofints.classAssertion methods for arrays oflongs.classObjectArrayAssert<ELEMENT>Assertion methods for arrays of objects.classAssertion methods for arrays ofshorts.