Class ShouldContainExactlyInAnyOrder

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldContainExactlyInAnyOrder
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldContainExactlyInAnyOrder extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies a group of elements contains exactly a given set of values and nothing else failed. A group of elements can be a collection, an array or a String.