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

Packages that use BasicErrorMessageFactory
org.fest.assertions.error   
 

Uses of BasicErrorMessageFactory in org.fest.assertions.error
 

Subclasses of BasicErrorMessageFactory in org.fest.assertions.error
 class ConditionAndGroupGenericParameterTypeShouldBeTheSame
          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 ElementsShouldBe
          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 ElementsShouldBeAtLeast
          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 ElementsShouldBeAtMost
          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 ElementsShouldBeExactly
          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 ElementsShouldHave
          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 ElementsShouldHaveAtLeast
          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 ElementsShouldHaveAtMost
          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 ElementsShouldHaveExactly
          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 ElementsShouldNotBe
          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 ElementsShouldNotBeAtLeast
          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 ElementsShouldNotBeAtMost
          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 ElementsShouldNotBeExactly
          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 ElementsShouldNotHave
          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 ElementsShouldNotHaveAtLeast
          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 ElementsShouldNotHaveAtMost
          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 ElementsShouldNotHaveExactly
          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 ShouldBe
          Creates an error message indicating that an assertion that verifies that a value satisfies a Condition failed.
 class ShouldBeAbsolutePath
          Creates an error message indicating that an assertion that verifies that a File is an absolute path failed.
 class ShouldBeAfter
          Creates an error message indicating that an assertion that verifies that a Date is after another one failed.
 class ShouldBeAfterOrEqualsTo
          Creates an error message indicating that an assertion that verifies that a Date is after or equals to another one failed.
 class ShouldBeBefore
          Creates an error message indicating that an assertion that verifies that a Date is before another one failed.
 class ShouldBeBeforeOrEqualsTo
          Creates an error message indicating that an assertion that verifies that a Date is before or equals to another one failed.
 class ShouldBeBetween
          Creates an error message indicating that an assertion that verifies that a Date is between start - end dates (inclusive or not) failed.
 class ShouldBeCloseTo
          Creates an error message indicating that an assertion that verifies that a Date is close to another one from some delta failed.
 class ShouldBeDirectory
          Creates an error message indicating that an assertion that verifies that a File is an existing directory failed.
 class ShouldBeEmpty
          Creates an error message indicating that an assertion that verifies a group of elements is empty failed.
 class ShouldBeEqualColors
          Creates an error message indicating that an assertion that verifies that a two colors are equal at a given point fails.
 class ShouldBeEqualIgnoringCase
          Creates an error message indicating that an assertion that verifies that two Strings are equal, ignoring case considerations, failed.
 class ShouldBeEqualImages
          Creates an error message that indicates an assertion that verifies that two images are equal failed.
 class ShouldBeEqualWithinOffset
          Creates an error message indicating that an assertion that verifies that two numbers are equal within a positive offset failed.
 class ShouldBeExactlyInstanceOf
          Creates an error message indicating that an assertion that verifies that an object is exactly an instance of some type failed.
 class ShouldBeFile
          Creates an error message indicating that an assertion that verifies that a File is an existing file failed.
 class ShouldBeGreater
          Creates an error message indicating that an assertion that verifies that a value is greater than another one failed.
 class ShouldBeGreaterOrEqual
          Creates an error message indicating that an assertion that verifies that a value is greater than or equal to another one failed.
 class ShouldBeIn
          Creates an error message indicating that an assertion that verifies that a value is in a group of values (e.g. an array or collection) failed.
 class ShouldBeInSameDay
          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 ShouldBeInSameHour
          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 ShouldBeInSameMillisecond
          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 ShouldBeInSameMinute
          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 ShouldBeInSameMonth
          Creates an error message indicating that an assertion that verifies that a Date is in same year and month as another one failed.
 class ShouldBeInSameSecond
          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 ShouldBeInSameYear
          Creates an error message indicating that an assertion that verifies that a Date is in same year as another one failed.
 class ShouldBeInstance
          Creates an error message indicating that an assertion that verifies that an object is an instance of some type failed.
 class ShouldBeInstanceOfAny
          Creates an error message indicating that an assertion that verifies that an object is an instance of one or more types failed.
 class ShouldBeInTheFuture
          Creates an error message indicating that an assertion that verifies that a Date is in the future failed.
 class ShouldBeInThePast
          Creates an error message indicating that an assertion that verifies that a Date is in the past failed.
 class ShouldBeLenientEqualByAccepting
          Creates an AssertionError indicating that an assertion that verifies that two objects are lenient equal by accepting fields failed.
 class ShouldBeLenientEqualByIgnoring
          Creates an AssertionError indicating that an assertion that verifies that two objects are lenient equal by ignoring fields failed.
 class ShouldBeLess
          Creates an error message indicating that an assertion that verifies that a value is less than another one failed.
 class ShouldBeLessOrEqual
          Creates an error message indicating that an assertion that verifies that a value is less than or equal to another one failed.
 class ShouldBeLowerCase
          Creates an error message that indicates an assertion that verifies that a character is lowercase failed.
 class ShouldBeNullOrEmpty
          Creates an error message indicating that an assertion that verifies a group of elements is null or empty failed.
 class ShouldBeRelativePath
          Creates an error message indicating that an assertion that verifies that a File is a relative path failed.
 class ShouldBeSame
          Creates an error message indicating that an assertion that verifies that two object refer to same object failed.
 class ShouldBeSorted
          Creates an error message indicating that an assertion that verifies a group of elements is sorted failed.
 class ShouldBeSubsetOf
          Creates an error message indicating that an assertion that verifies that an Iterable is a subset of an other set Iterable failed.
 class ShouldBeToday
          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 ShouldBeUpperCase
          Creates an error message that indicates an assertion that verifies that a character is uppercase failed.
 class ShouldBeWithin
          Creates an error message indicating that an assertion that verifies that a Date is within a year, month, day, ... failed.
 class ShouldContain
          Creates an error message indicating that an assertion that verifies a group of elements contains a given set of values failed.
 class ShouldContainAtIndex
          Creates an error message indicating that an assertion that verifies a group of elements contains a value at a given index failed.
 class ShouldContainNull
          Creates an error message indicating that an assertion that verifies a group of elements contains a null element failed.
 class ShouldContainOnly
          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 ShouldContainSequence
          Creates an error message indicating that an assertion that verifies that a group of elements contains a sequence of values failed.
 class ShouldContainString
          Creates an error message indicating that an assertion that verifies that a String contains another String failed.
 class ShouldEndWith
          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 ShouldExist
          Creates an error message indicating that an assertion that verifies that a File exists failed.
 class ShouldHave
          Creates an error message indicating that an assertion that verifies that a value satisfies a Condition failed.
 class ShouldHaveEqualContent
          Creates an error message indicating that an assertion that verifies that two files/inputStreams have equal content failed.
 class ShouldHaveMessage
          Creates an error message indicating that an assertion that verifies that a Throwable have certain message failed.
 class ShouldHaveNoCause
          Creates an error message indicating that an assertion that verifies that an Throwable has no cause failed.
 class ShouldHaveSameSizeAs
          Creates an error message indicating that an assertion that verifies that a value have certain size failed.
 class ShouldHaveSize
          Creates an error message indicating that an assertion that verifies that a value have certain size failed.
 class ShouldMatchPattern
          Creates an error message indicating that an assertion that verifies that a String matches a pattern failed.
 class ShouldNotBe
          Creates an error message indicating that an assertion that verifies that a value does not satisfy a Condition failed.
 class ShouldNotBeBetween
          Creates an error message indicating that an assertion that verifies that a Date is not between start - end dates (inclusive or not) failed.
 class ShouldNotBeEqual
          Creates an error message indicating that an assertion that verifies that two objects are not equal failed.
 class ShouldNotBeIn
          Creates an error message indicating that an assertion that verifies that a value is not in a group of values (e.g. an array or collection) failed.
 class ShouldNotBeSame
          Creates an error message indicating an assertion that verifies that two objects do not refer to the same object failed.
 class ShouldNotContain
          Creates an error message indicating that an assertion that verifies a group of elements does not contain a given set of values failed.
 class ShouldNotContainAtIndex
          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 ShouldNotContainNull
          Creates an error message indicating that an assertion that verifies a group of elements does not contain null elements failed.
 class ShouldNotContainString
          Creates an error message indicating that an assertion that verifies that a String does not contain another String failed.
 class ShouldNotExist
          Creates an error message indicating that an assertion that verifies that a File does not exist failed.
 class ShouldNotHave
          Creates an error message indicating that an assertion that verifies that a value does not satisfy a Condition failed.
 class ShouldNotHaveDuplicates
          Creates an error message indicating that an assertion that verifies a group of elements is does not have duplicates failed.
 class ShouldNotMatchPattern
          Creates an error message indicating that an assertion that verifies that a String does not match a pattern failed.
 class ShouldStartWith
          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.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.