Class ShouldNotContainKey

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldNotContainKey
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies a map does not contains a key failed.
    • Constructor Detail

      • ShouldNotContainKey

        private ShouldNotContainKey​(java.lang.Object actual,
                                    java.lang.Object key)
    • Method Detail

      • shouldNotContainKey

        public static ErrorMessageFactory shouldNotContainKey​(java.lang.Object actual,
                                                              java.lang.Object key)
        Creates a new ShouldNotContainKey.
        Parameters:
        actual - the actual value in the failed assertion.
        key - the unexpected key.
        Returns:
        the created ErrorMessageFactory.