Class ShouldBeSubsetOf

java.lang.Object
org.fest.assertions.error.BasicErrorMessageFactory
org.fest.assertions.error.ShouldBeSubsetOf
All Implemented Interfaces:
ErrorMessageFactory

public class ShouldBeSubsetOf extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that an Iterable is a subset of an other set Iterable failed.
Author:
Maciej Jaskowski