Constant Field Values

Contents

org.assertj.*

  • org.assertj.core.api.filter.FilterOperator<T>
    Modifier and Type
    Constant Field
    Value
    private static final String
    "Combining operator is not supported, but you can use Filters, see filteredOn methods in https://www.javadoc.io/doc/org.assertj/assertj-core/latest/org/assertj/core/api/AbstractIterableAssert.html"
  • org.assertj.core.error.array2d.Array2dElementShouldBeDeepEqual
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nactual and expected 2d arrays should be deeply equal but element[%s, %s] differ:%nactual[%s, %s] was:%n %s%nwhile expected[%s, %s] was:%n %s"
  • org.assertj.core.error.future.ShouldBeCancelled
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto be cancelled.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldBeCompleted
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto be completed.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldBeCompletedExceptionally
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto be completed exceptionally.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldBeCompletedWithin
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto be completed within %s %s.%n%nexception caught while trying to get the future result: "
    private static final String
    "%nExpecting%n <%s>%nto be completed within %s.%n%nexception caught while trying to get the future result: "
  • org.assertj.core.error.future.ShouldBeDone
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto be done.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldHaveFailed
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto have failed (i.e. completed exceptionally and not cancelled).%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldHaveFailedWithin
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto have failed within %s %s.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
    private static final String
    "%nExpecting%n <%s>%nto have failed within %s.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldNotBeCancelled
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nnot to be cancelled.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldNotBeCompleted
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nnot to be completed.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldNotBeCompletedExceptionally
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto not be completed exceptionally.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldNotBeDone
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nnot to be done.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.ShouldNotHaveFailed
    Modifier and Type
    Constant Field
    Value
    private static final String
    "%nExpecting%n <%s>%nto not have failed.%nBe aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"
  • org.assertj.core.error.future.Warning
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Be aware that the state of the future in this message might not reflect the one at the time when the assertion was performed as it is evaluated later on"