Uses of Class
org.fest.assertions.error.BasicErrorMessageFactory

Packages that use BasicErrorMessageFactory
Package
Description
 
  • Uses of BasicErrorMessageFactory in org.fest.assertions.error

    Modifier and Type
    Class
    Description
    class 
    Base class for text content error.
    class 
    Creates an error message indicating that an assertion that verifies type of elements of group and Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies at least n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies at most n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies exactly n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies at least n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies at most n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies elements of a group satisfies exactly n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies that each element of a group satisfies a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies at least n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies at most n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies exactly n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies at least n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies at most n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that not verifies elements of a group satisfies exactly n times a Condition A group of elements can be a collection, an array.
    class 
    Creates an error message indicating that an assertion that verifies that a value satisfies a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is an absolute path failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is after another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is after or equals to another one failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index that satisfies a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is before another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is before or equals to another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is between start - end dates (inclusive or not) failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is close to another one from some delta failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is an existing directory failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements is empty failed.
    class 
    Creates an error message indicating that an assertion that verifies that two Strings are equal, ignoring case considerations, failed.
    class 
    Creates an error message that indicates an assertion that verifies that two images are equal failed.
    class 
    Creates an error message indicating that an assertion that verifies that two numbers are equal within a positive offset failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is exactly an instance of some type failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is executable failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is an existing file failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is greater than another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is greater than or equal to another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is in a group of values (e.g.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year, month and day of month as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year, month, day of month and hour as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year, month, day of month, hour, minute, second adn millisecond as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year, month, day of month, hour and minute as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year and month as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year, month, day of month, hour, minute and second as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in same year as another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is an instance of some type failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is an instance of one or more types failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in the future failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is in the past failed.
    class 
    Creates an AssertionError indicating that an assertion that verifies that two objects are lenient equal by accepting fields failed.
    class 
    Creates an AssertionError indicating that an assertion that verifies that two objects are lenient equal by ignoring fields failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is less than another one failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is less than or equal to another one failed.
    class 
    Creates an error message that indicates an assertion that verifies that a character is lowercase failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements is null or empty failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is of type in group of types failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is readable failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File is a relative path failed.
    class 
    Creates an error message indicating that an assertion that verifies that two object refer to same object failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements is sorted failed.
    A group of elements can be a collection or an array.
    class 
    Creates an error message indicating that an assertion that verifies that an Iterable is a subset of an other set Iterable failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is today (matching only year, month and day but not hours).
    class 
    Creates an error message that indicates an assertion that verifies that a character is uppercase failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is within a year, month, day, ...
    class 
    Creates an error message indicating that an assertion that verifies that a File is writable failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains a given set of values failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index failed.
    class 
    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, exactly meaning same elements in same order.
    class 
    Creates an error message indicating that an assertion that verifies a map contains a key..
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains a null element failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains only a given set of values and nothing else failed.
    class 
    Creates an error message indicating that an assertion that verifies that a group of elements contains a sequence of values failed.
    class 
    Creates an error message indicating that an assertion that verifies that a String contains another String failed.
    class 
    Creates an error message indicating that an assertion that verifies that a String contains another String only once failed.
    class 
    Creates an error message indicating that an assertion that verifies a map contains a value.
    class 
    Creates an error message indicating that an assertion that verifies that a group of elements ends with a given value or sequence of values failed.
    class 
    Creates an error message indicating that an assertion that verifies that a File exists failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value satisfies a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index that satisfies a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies that a file has a given binary content failed.
    class 
    Creates an error message indicating that an assertion that verifies that a file has a given text content failed.
    class 
    Creates an error message indicating that an assertion that verifies that two files/inputStreams have equal content failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Throwable have certain message failed.
    class 
    Creates an error message indicating that an assertion that verifies that an Throwable has no cause failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object have same class as another instance failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value have certain size failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value have certain size failed.
    class 
    Creates an error message indicating that an assertion that verifies that a date have a certain timestamp.
    class 
    Creates an error message indicating that an assertion that verifies that a String matches a pattern failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value does not satisfy a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies that a Date is not between start - end dates (inclusive or not) failed.
    class 
    Creates an error message indicating that an assertion that verifies that two objects are not equal failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is not exactly an instance of some type failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value is not in a group of values (e.g.
    class 
    Creates an error message indicating that an assertion that verifies that an object is not an instance of some type failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is not an instance of one or more types failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object is not of type in group of types failed.
    class 
    Creates an error message indicating an assertion that verifies that two objects do not refer to the same object failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements does not contain a given set of values failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements does not contain a value at a given index failed.
    class 
    Creates an error message indicating that an assertion that verifies a map does not contains a key failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements does not contain null elements failed.
    class 
    Creates an error message indicating that an assertion that verifies that a String does not contain another String failed.
    class 
    Creates an error message indicating that an assertion that verifies a map does not contains a value.
    class 
    Creates an error message indicating that an assertion that verifies that a File does not exist failed.
    class 
    Creates an error message indicating that an assertion that verifies that a value does not satisfy a Condition failed.
    class 
    Creates an error message indicating that an assertion that verifies a group of elements is does not have duplicates failed.
    class 
    Creates an error message indicating that an assertion that verifies that an object has same class as another instance failed.
    class 
    Creates an error message indicating that an assertion that verifies that a String does not match a pattern failed.
    class 
    Creates an error message indicating that an assertion that verifies that a group of elements starts with a given value or sequence of values failed.