Class ShouldHaveNoSuppressedExceptions

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldHaveNoSuppressedExceptions
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies that a Throwable has no suppressed exceptions failed.
    • Constructor Detail

      • ShouldHaveNoSuppressedExceptions

        private ShouldHaveNoSuppressedExceptions​(java.lang.Throwable actual)
    • Method Detail

      • shouldHaveNoSuppressedExceptions

        public static ErrorMessageFactory shouldHaveNoSuppressedExceptions​(java.lang.Throwable actual)
        Parameters:
        actual - the actual value in the failed assertion.
        Returns:
        the created ErrorMessageFactory.