class |
AbstractShouldHaveTextContent |
Base class for text content 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 |
ShouldBeAtIndex |
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 |
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 |
ShouldBeEqualIgnoringCase |
Creates an error message indicating that an assertion that verifies that two String s 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 |
ShouldBeExecutable |
Creates an error message indicating that an assertion that verifies that a File is executable
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.
|
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 |
ShouldBeOfClassIn |
Creates an error message indicating that an assertion that verifies that an object is of type in group of types failed.
|
class |
ShouldBeReadable |
Creates an error message indicating that an assertion that verifies that a File is readable
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.
A group of elements can be a collection or an array.
|
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, ...
|
class |
ShouldBeWritable |
Creates an error message indicating that an assertion that verifies that a File is writable
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 |
ShouldContainExactly |
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 |
ShouldContainKey |
Creates an error message indicating that an assertion that verifies a map contains a key..
|
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 |
ShouldContainStringOnlyOnce |
Creates an error message indicating that an assertion that verifies that a String contains another String only
once failed.
|
class |
ShouldContainValue |
Creates an error message indicating that an assertion that verifies a map contains a value.
|
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 |
ShouldHaveAtIndex |
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 |
ShouldHaveBinaryContent |
Creates an error message indicating that an assertion that verifies that a file has a given binary content failed.
|
class |
ShouldHaveContent |
Creates an error message indicating that an assertion that verifies that a file has a given text content 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 |
ShouldHaveSameClass |
Creates an error message indicating that an assertion that verifies that an object have same class as another instance 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 |
ShouldHaveTime |
Creates an error message indicating that an assertion that verifies that a date have a certain timestamp.
|
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 |
ShouldNotBeExactlyInstanceOf |
Creates an error message indicating that an assertion that verifies that an object is not exactly an instance of some type
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.
|
class |
ShouldNotBeInstance |
Creates an error message indicating that an assertion that verifies that an object is not an instance of some type failed.
|
class |
ShouldNotBeInstanceOfAny |
Creates an error message indicating that an assertion that verifies that an object is not an instance of one or more types
failed.
|
class |
ShouldNotBeOfClassIn |
Creates an error message indicating that an assertion that verifies that an object is not of type in group of types 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 |
ShouldNotContainKey |
Creates an error message indicating that an assertion that verifies a map does not contains a key 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 |
ShouldNotContainValue |
Creates an error message indicating that an assertion that verifies a map does not contains a value.
|
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 |
ShouldNotHaveSameClass |
Creates an error message indicating that an assertion that verifies that an object has same class as another instance 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.
|