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.
    Author:
    Nicolas François
    • Constructor Detail

      • ShouldNotContainKey

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

      • shouldNotContainKey

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