Class TableShouldHaveRowCount

    • Constructor Detail

      • TableShouldHaveRowCount

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

      • tableShouldHaveRowCount

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