Interface GenericBooleanAssert<T extends GenericBooleanAssert<T>>

  • Type Parameters:
    T - the generic boolean assert type
    All Superinterfaces:
    GenericObjectAssert<java.lang.Boolean,​T>
    All Known Subinterfaces:
    BooleanAssert
    All Known Implementing Classes:
    AbstractBooleanAssert

    public interface GenericBooleanAssert<T extends GenericBooleanAssert<T>>
    extends GenericObjectAssert<java.lang.Boolean,​T>
    Generic boolean assertions.
    Since:
    1.0
    • Method Detail

      • isFalse

        T isFalse()
        Verifies that the boolean is false.
        Returns:
        the boolean assert
        Since:
        1.0
      • isTrue

        T isTrue()
        Verifies that the boolean is true.
        Returns:
        the boolean assert
        Since:
        1.0