Interface ObjectCondition<T>

All Known Implementing Classes:
Content, CurrentFrameCondition, CurrentFrameUrl, CurrentFrameUrlContaining, CurrentFrameUrlStartingWith, Item, Item, ItemWithValue, ItemWithValue, NumberOfWindows, Title, Url, UrlCondition, UrlContaining, UrlStartingWith

@ParametersAreNonnullByDefault public interface ObjectCondition<T>
  • Method Details

    • description

      @Nonnull @CheckReturnValue String description()
    • negativeDescription

      @Nonnull @CheckReturnValue String negativeDescription()
    • test

      @CheckReturnValue boolean test(T object)
    • actualValue

      @Nullable @CheckReturnValue String actualValue(T object)
    • expectedValue

      @Nullable @CheckReturnValue String expectedValue()
    • describe

      @Nonnull @CheckReturnValue String describe(T object)