Class SeqShouldBeAtIndex

  • All Implemented Interfaces:
    org.assertj.core.error.ErrorMessageFactory

    public class SeqShouldBeAtIndex
    extends org.assertj.core.error.BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index that satisfies a Condition failed.
    Author:
    MichaƂ Chmielarz
    • Field Summary

      • Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory

        arguments, format
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> org.assertj.core.error.ErrorMessageFactory shouldBeAtIndex​(io.vavr.collection.Seq<? extends T> actual, org.assertj.core.api.Condition<? super T> condition, org.assertj.core.data.Index index, T found)  
      • Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory

        create, create, create, equals, hashCode, toString, unquotedString
    • Method Detail

      • shouldBeAtIndex

        public static <T> org.assertj.core.error.ErrorMessageFactory shouldBeAtIndex​(io.vavr.collection.Seq<? extends T> actual,
                                                                                     org.assertj.core.api.Condition<? super T> condition,
                                                                                     org.assertj.core.data.Index index,
                                                                                     T found)