Class ShouldNotContainKey

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.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 Details

    • ShouldNotContainKey

      private ShouldNotContainKey(Object actual, Object key)
  • Method Details

    • 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.