Class TableShouldHaveColumnCount

    • Constructor Detail

      • TableShouldHaveColumnCount

        private TableShouldHaveColumnCount​(java.lang.Object actual,
                                           int actualSize,
                                           int expectedSize)
    • Method Detail

      • tableShouldHaveColumnCount

        public static ErrorMessageFactory tableShouldHaveColumnCount​(java.lang.Object actual,
                                                                     int actualSize,
                                                                     int expectedSize)
        Parameters:
        actual - the actual value in the failed assertion.
        actualSize - the number of column keys in actual.
        expectedSize - the expected number of column keys.
        Returns:
        the created ErrorMessageFactory.