Class ShouldContainValues

  • All Implemented Interfaces:
    org.assertj.core.error.ErrorMessageFactory

    public class ShouldContainValues
    extends org.assertj.core.error.BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies a map contains some values failed. TODO : move to assertj-core to replace ShouldContainValue
    Author:
    Joel Costigliola
    • Constructor Detail

      • ShouldContainValues

        private ShouldContainValues​(Object actual,
                                    Object value)
      • ShouldContainValues

        private ShouldContainValues​(Object actual,
                                    Object[] values,
                                    Set<?> valuesNotFound)
    • Method Detail

      • shouldContainValues

        public static org.assertj.core.error.ErrorMessageFactory shouldContainValues​(Object actual,
                                                                                     Object[] values,
                                                                                     Set<?> valuesNotFound)