Class ShouldNotHaveDuplicates

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldNotHaveDuplicates
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies a group of elements is does not have duplicates failed. A group of elements can be a collection, an array or a String.
    Author:
    Alex Ruiz, Joel Costigliola
    • Method Detail

      • shouldNotHaveDuplicates

        public static ErrorMessageFactory shouldNotHaveDuplicates​(Object actual,
                                                                  Object duplicates)
        Parameters:
        actual - the actual value in the failed assertion.
        duplicates - the duplicate values found in actual.
        Returns:
        an instance of ErrorMessageFactory.