Interface CCollectionState<E>

    • Method Detail

      • sizeEquals

        default boolean sizeEquals​(int expected)
        Verify the map size is equal to expected value.
        Parameters:
        expected - value to compare
        Returns:
        execution boolean result
      • sizeIsGreaterThan

        default boolean sizeIsGreaterThan​(int expected)
        Check if actual has value greater than expected.
        Parameters:
        expected - value to compare
        Returns:
        execution boolean result
      • sizeIsLessThan

        default boolean sizeIsLessThan​(int expected)
        Check if actual has value less than expected.
        Parameters:
        expected - value to compare
        Returns:
        execution boolean result