Uses of Class
org.assertj.core.data.Index
-
Packages that use Index Package Description org.assertj.core.api org.assertj.core.data org.assertj.core.error org.assertj.core.internal -
-
Uses of Index in org.assertj.core.api
Methods in org.assertj.core.api that return Index Modifier and Type Method Description static IndexAssertions. atIndex(int index)Only delegate toatIndex(int)so that Assertions offers a full feature entry point to all AssertJ features (but you can useIndexif you prefer).static IndexAssertionsForClassTypes. atIndex(int index)Only delegate toatIndex(int)so that Assertions offers a full feature entry point to all AssertJ features (but you can useIndexif you prefer).static IndexJava6Assertions. atIndex(int index)Deprecated.Only delegate toatIndex(int)so that Assertions offers a full feature entry point to all AssertJ features (but you can useIndexif you prefer).default IndexWithAssertions. atIndex(int index)Only delegate toatIndex(int)so that Assertions offers a full feature entry point to all AssertJ features (but you can useIndexif you prefer).Methods in org.assertj.core.api with parameters of type Index Modifier and Type Method Description SELFAbstractBooleanArrayAssert. contains(boolean value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractByteArrayAssert. contains(byte value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractByteArrayAssert. contains(int value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractCharArrayAssert. contains(char value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractDoubleArrayAssert. contains(double value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractDoubleArrayAssert. contains(double value, Index index, Offset<Double> precision)Verifies that the actual array contains the given value at the given index.SELFAbstractFloatArrayAssert. contains(float value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractFloatArrayAssert. contains(float value, Index index, Offset<Float> precision)Verifies that the actual array contains the given value at the given index.SELFAbstractIntArrayAssert. contains(int value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractListAssert. contains(ELEMENT value, Index index)Verifies that the actual group contains the given object at the given index.SELFAbstractLongArrayAssert. contains(long value, Index index)Verifies that the actual array contains the given value at the given index.SELFAbstractObjectArrayAssert. contains(ELEMENT value, Index index)Verifies that the actual array contains the given object at the given index.SELFAbstractShortArrayAssert. contains(short value, Index index)Verifies that the actual array contains the given value at the given index.AtomicIntegerArrayAssertAtomicIntegerArrayAssert. contains(int value, Index index)Verifies that the actual atomic array contains the given value at the given index.AtomicLongArrayAssertAtomicLongArrayAssert. contains(long value, Index index)Verifies that the actual atomic array contains the given value at the given index.AtomicReferenceArrayAssert<T>AtomicReferenceArrayAssert. contains(T value, Index index)Verifies that the actual AtomicReferenceArray contains the given object at the given index.SELFIndexedObjectEnumerableAssert. contains(ELEMENT value, Index index)Verifies that the actual group contains the given object at the given index.SELFAbstractBooleanArrayAssert. doesNotContain(boolean value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractByteArrayAssert. doesNotContain(byte value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractByteArrayAssert. doesNotContain(int value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractCharArrayAssert. doesNotContain(char value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractDoubleArrayAssert. doesNotContain(double value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractDoubleArrayAssert. doesNotContain(double value, Index index, Offset<Double> precision)Verifies that the actual array does not contain the given value at the given index.SELFAbstractFloatArrayAssert. doesNotContain(float value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractFloatArrayAssert. doesNotContain(float value, Index index, Offset<Float> precision)Verifies that the actual array does not contain the given value at the given index.SELFAbstractIntArrayAssert. doesNotContain(int value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractListAssert. doesNotContain(ELEMENT value, Index index)Verifies that the actual group does not contain the given object at the given index.SELFAbstractLongArrayAssert. doesNotContain(long value, Index index)Verifies that the actual array does not contain the given value at the given index.SELFAbstractObjectArrayAssert. doesNotContain(ELEMENT value, Index index)Verifies that the actual array does not contain the given object at the given index.SELFAbstractShortArrayAssert. doesNotContain(short value, Index index)Verifies that the actual array does not contain the given value at the given index.AtomicIntegerArrayAssertAtomicIntegerArrayAssert. doesNotContain(int value, Index index)Verifies that the actual atomic array does not contain the given value at the given index.AtomicLongArrayAssertAtomicLongArrayAssert. doesNotContain(long value, Index index)Verifies that the actual atomic array does not contain the given value at the given index.AtomicReferenceArrayAssert<T>AtomicReferenceArrayAssert. doesNotContain(T value, Index index)Verifies that the actual AtomicReferenceArray does not contain the given object at the given index.SELFIndexedObjectEnumerableAssert. doesNotContain(ELEMENT value, Index index)Verifies that the actual group does not contain the given object at the given index.SELFAbstractListAssert. has(Condition<? super ELEMENT> condition, Index index)Verifies that the actual object at the given index in the actual group satisfies the given condition.SELFAbstractListAssert. is(Condition<? super ELEMENT> condition, Index index)Verifies that the actual object at the given index in the actual group satisfies the given condition.SELFAbstractListAssert. satisfies(Consumer<? super ELEMENT> requirements, Index index)Verifies that the actualListcontains a value at givenIndexthat satisfies the givenrequirements. -
Uses of Index in org.assertj.core.data
Methods in org.assertj.core.data that return Index Modifier and Type Method Description static IndexIndex. atIndex(int value)Creates a newIndex. -
Uses of Index in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type Index Modifier and Type Method Description static <T> ErrorMessageFactoryShouldBeAtIndex. shouldBeAtIndex(List<? extends T> actual, Condition<? super T> condition, Index index, T found)Creates a new.ShouldBeAtIndexstatic ErrorMessageFactoryShouldContainAtIndex. shouldContainAtIndex(Object actual, Object expected, Index index, Object found)Creates a new.ShouldContainAtIndexstatic ErrorMessageFactoryShouldContainAtIndex. shouldContainAtIndex(Object actual, Object expected, Index index, Object found, ComparisonStrategy comparisonStrategy)Creates a new.ShouldContainAtIndexstatic <T> ErrorMessageFactoryShouldHaveAtIndex. shouldHaveAtIndex(List<? extends T> actual, Condition<? super T> condition, Index index, T found)Creates a new.ShouldHaveAtIndexstatic ErrorMessageFactoryShouldNotContainAtIndex. shouldNotContainAtIndex(Object actual, Object expected, Index index)Creates a new.ShouldNotContainAtIndexstatic ErrorMessageFactoryShouldNotContainAtIndex. shouldNotContainAtIndex(Object actual, Object expected, Index index, ComparisonStrategy comparisonStrategy)Creates a new.ShouldNotContainAtIndexConstructors in org.assertj.core.error with parameters of type Index Constructor Description ShouldBeAtIndex(List<? extends T> actual, Condition<? super T> condition, Index index, T found)ShouldContainAtIndex(Object actual, Object expected, Index index, Object found, ComparisonStrategy comparisonStrategy)ShouldHaveAtIndex(List<? extends T> actual, Condition<? super T> condition, Index index, T found)ShouldNotContainAtIndex(Object actual, Object expected, Index index, ComparisonStrategy comparisonStrategy) -
Uses of Index in org.assertj.core.internal
Methods in org.assertj.core.internal with parameters of type Index Modifier and Type Method Description (package private) voidArrays. assertContains(AssertionInfo info, Failures failures, Object array, Object value, Index index)voidBooleanArrays. assertContains(AssertionInfo info, boolean[] actual, boolean value, Index index)Verifies that the given array contains the given value at the given index.voidByteArrays. assertContains(AssertionInfo info, byte[] actual, byte value, Index index)Verifies that the given array contains the given value at the given index.voidByteArrays. assertContains(AssertionInfo info, byte[] actual, int value, Index index)Verifies that the given array contains the given value at the given index.voidCharArrays. assertContains(AssertionInfo info, char[] actual, char value, Index index)Verifies that the given array contains the given value at the given index.voidDoubleArrays. assertContains(AssertionInfo info, double[] actual, double value, Index index)Verifies that the given array contains the given value at the given index.voidFloatArrays. assertContains(AssertionInfo info, float[] actual, float value, Index index)Verifies that the given array contains the given value at the given index.voidIntArrays. assertContains(AssertionInfo info, int[] actual, int value, Index index)Verifies that the given array contains the given value at the given index.voidLists. assertContains(AssertionInfo info, List<?> actual, Object value, Index index)Verifies that the givenListcontains the given object at the given index.voidLongArrays. assertContains(AssertionInfo info, long[] actual, long value, Index index)Verifies that the given array contains the given value at the given index.voidObjectArrays. assertContains(AssertionInfo info, Object[] actual, Object value, Index index)Verifies that the given array contains the given object at the given index.voidShortArrays. assertContains(AssertionInfo info, short[] actual, short value, Index index)Verifies that the given array contains the given value at the given index.(package private) voidArrays. assertDoesNotContain(AssertionInfo info, Failures failures, Object array, Object value, Index index)voidBooleanArrays. assertDoesNotContain(AssertionInfo info, boolean[] actual, boolean value, Index index)Verifies that the given array does not contain the given value at the given index.voidByteArrays. assertDoesNotContain(AssertionInfo info, byte[] actual, byte value, Index index)Verifies that the given array does not contain the given value at the given index.voidByteArrays. assertDoesNotContain(AssertionInfo info, byte[] actual, int value, Index index)Verifies that the given array does not contain the given value at the given index.voidCharArrays. assertDoesNotContain(AssertionInfo info, char[] actual, char value, Index index)Verifies that the given array does not contain the given value at the given index.voidDoubleArrays. assertDoesNotContain(AssertionInfo info, double[] actual, double value, Index index)Verifies that the given array does not contain the given value at the given index.voidFloatArrays. assertDoesNotContain(AssertionInfo info, float[] actual, float value, Index index)Verifies that the given array does not contain the given value at the given index.voidIntArrays. assertDoesNotContain(AssertionInfo info, int[] actual, int value, Index index)Verifies that the given array does not contain the given value at the given index.voidLists. assertDoesNotContain(AssertionInfo info, List<?> actual, Object value, Index index)Verifies that the givenListdoes not contain the given object at the given index.voidLongArrays. assertDoesNotContain(AssertionInfo info, long[] actual, long value, Index index)Verifies that the given array does not contain the given value at the given index.voidObjectArrays. assertDoesNotContain(AssertionInfo info, Object[] actual, Object value, Index index)Verifies that the given array does not contain the given object at the given index.voidShortArrays. assertDoesNotContain(AssertionInfo info, short[] actual, short value, Index index)Verifies that the given array does not contain the given value at the given index.<T> voidLists. assertHas(AssertionInfo info, List<? extends T> actual, Condition<? super T> condition, Index index)Verifies that the givenListsatisfies the givenat the given index.Condition<T> voidLists. assertIs(AssertionInfo info, List<? extends T> actual, Condition<? super T> condition, Index index)Verifies that the givenListsatisfies the givenat the given index.Condition(package private) static voidCommonValidations. checkIndexValueIsValid(Index index, int maximum)private <T> booleanLists. conditionIsMetAtIndex(AssertionInfo info, List<T> actual, Condition<? super T> condition, Index index)<T> voidLists. satisfies(AssertionInfo info, List<? extends T> actual, Consumer<? super T> requirements, Index index)
-