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 "Combining operator is not supported, but you can use Filters as in http://joel-costigliola.github.io/assertj/assertj-core-features-highlight.html#filters"
  • org.assertj.core.error.array2d.Array2dElementShouldBeDeepEqual 
    Modifier and Type Constant Field Value
    private static final String MESSAGE "%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 SHOULD_BE_CANCELLED "%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 SHOULD_BE_COMPLETED "%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 SHOULD_HAVE_COMPLETED_EXCEPTIONALLY "%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 SHOULD_BE_COMPLETED_WITHIN "%nExpecting%n <%s>%nto be completed within %s %s.%n%nexception caught while trying to get the future result: "
    private static final String SHOULD_BE_COMPLETED_WITHIN_DURATION "%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 SHOULD_BE_DONE "%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 SHOULD_HAVE_FAILED "%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.ShouldNotBeCancelled 
    Modifier and Type Constant Field Value
    private static final String SHOULD_NOT_BE_CANCELLED "%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 SHOULD_NOT_BE_COMPLETED "%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 SHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY "%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 SHOULD_NOT_BE_DONE "%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 SHOULD_NOT_HAVE_FAILED "%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 WARNING "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"