Package org.assertj.vavr.api
Class SeqShouldBeAtIndex
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.vavr.api.SeqShouldBeAtIndex
-
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class SeqShouldBeAtIndex extends org.assertj.core.error.BasicErrorMessageFactoryCreates an error message indicating that an assertion that verifies a group of elements contains a value at a given index that satisfies aConditionfailed.- Author:
- MichaĆ Chmielarz
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> org.assertj.core.error.ErrorMessageFactoryshouldBeAtIndex(io.vavr.collection.Seq<? extends T> actual, org.assertj.core.api.Condition<? super T> condition, org.assertj.core.data.Index index, T found)
-