| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.error | |
| org.assertj.core.error.future | |
| org.assertj.core.error.uri | |
| org.assertj.core.internal |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAssert.throwAssertionError(ErrorMessageFactory errorMessageFactory)
Utility method to throw an
AssertionError given a BasicErrorMessageFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShouldHaveTextContent
Base class for text content error.
|
class |
AnyElementShouldMatch |
class |
BasicErrorMessageFactory
A factory of error messages typically shown when an assertion fails.
|
class |
ClassModifierShouldBe
Creates an error message indicating that an assertion that verifies that a class is (or is not) final.
|
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 |
ElementsShouldMatch |
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 |
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 |
ElementsShouldSatisfy |
class |
NoElementsShouldMatch |
class |
NoElementsShouldSatisfy |
class |
OptionalDoubleShouldHaveValueCloseTo
Build error message when an
OptionalDouble should have a specific value close to an offset. |
class |
OptionalShouldBeEmpty
Build error message when an
Optional should be empty. |
class |
OptionalShouldBePresent
Build error message when a value should be present in an
Optional. |
class |
OptionalShouldContain
Build error message when an
Optional, OptionalDouble, OptionalInt or OptionalLong
should contain a specific value. |
class |
OptionalShouldContainInstanceOf
Build an error message when a value should be instance of a specific class.
|
class |
ShouldAccept
Creates an error message indicating that an assertion that verifies that
accepts a value failed. |
class |
ShouldBe
Creates an error message indicating that an assertion that verifies that a value satisfies a
failed. |
class |
ShouldBeAbsolutePath
|
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 |
ShouldBeAfterYear
Creates an error message indicating that an assertion that verifies that a
Date is after given year failed. |
class |
ShouldBeAnArray
Creates an error message indicating that a group of elements should have been an array.
|
class |
ShouldBeAnnotation
Creates an error message indicating that an assertion that verifies that a class is (or not) an annotation.
|
class |
ShouldBeAssignableFrom
Creates an error message indicating that an assertion that verifies that a class is assignable from.
|
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
failed. |
class |
ShouldBeBefore
Creates an error message indicating that an assertion that verifies that a
Object is before another one failed. |
class |
ShouldBeBeforeOrEqualsTo
Creates an error message indicating that an assertion that verifies that a
Object is before or equals to another one
failed. |
class |
ShouldBeBeforeYear
Creates an error message indicating that an assertion that verifies that a
Date is before given year 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 |
ShouldBeBlank
Creates an error message indicating that an assertion that verifies a
CharSequence is blank. |
class |
ShouldBeCanonicalPath
Creates an error message indicating that an assertion that verifies that a
Path is canonical has 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
|
class |
ShouldBeEmpty
Creates an error message indicating that an assertion that verifies a group of elements is empty failed.
|
class |
ShouldBeEqualByComparingFieldByFieldRecursively |
class |
ShouldBeEqualByComparingOnlyGivenFields
Creates an
indicating that an assertion that verifies that two objects are
lenient equal by accepting fields failed. |
class |
ShouldBeEqualIgnoringCase
Creates an error message indicating that an assertion that verifies that two
CharSequences are equal, ignoring case
considerations, failed. |
class |
ShouldBeEqualIgnoringHours
Creates an error message indicating that an assertion that verifies that two
ZonedDateTime have same year,
month, and day fields failed. |
class |
ShouldBeEqualIgnoringMinutes
Creates an error message indicating that an assertion that verifies that two
ZonedDateTime have same year,
month, day and hour fields failed. |
class |
ShouldBeEqualIgnoringNanos
Creates an error message indicating that an assertion that verifies that :
two
ZonedDateTime, LocalDateTime have same year, month, day, hour, minute and second failed.
two LocalTime have same hour, minute and second failed.
two OffsetTime have same hour, minute and second failed.
|
class |
ShouldBeEqualIgnoringNewLineDifferences |
class |
ShouldBeEqualIgnoringNewLines |
class |
ShouldBeEqualIgnoringSeconds
Creates an error message indicating that an assertion that verifies that two
ZonedDateTime have same year,
month, day, hour and minute failed. |
class |
ShouldBeEqualIgnoringTimezone
Creates an error message indicating that an assertion that verifies that two
OffsetTime have same
time fields except the timezone. |
class |
ShouldBeEqualIgnoringWhitespace
Creates an error message indicating that an assertion that verifies that two
CharSequences are equal, ignoring whitespace
differences, failed. |
class |
ShouldBeEqualNormalizingWhitespace
Creates an error message indicating that an assertion that verifies that two
CharSequences are equal,
after the whitespace of both strings has been normalized, failed. |
class |
ShouldBeEqualToIgnoringFields
Creates an
indicating that an assertion that verifies that two objects are lenient equal by
ignoring fields failed. |
class |
ShouldBeEqualWithinOffset
Creates an error message indicating that an assertion that verifies that two numbers are equal within a positive offset failed.
|
class |
ShouldBeEqualWithinPercentage
Creates an error message indicating that an assertion that
verifies that two numbers are equal within a positive percentage failed.
|
class |
ShouldBeEqualWithTimePrecision
Creates an
indicating that an assertion that verifies that two dates are equals
up to a given precision 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
is executable
failed. |
class |
ShouldBeFile
Creates an error message indicating that an assertion that verifies that a
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 |
ShouldBeInSameHourWindow
Creates an error message indicating that an assertion that verifies that a
Date is in same hour window 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 |
ShouldBeInSameMinuteWindow
Creates an error message indicating that an assertion that verifies that a
Date is in minute window 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 |
ShouldBeInSameSecondWindow
Creates an error message indicating that an assertion that verifies that a
Date is in second window 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 |
ShouldBeInterface
Creates an error message indicating that an assertion that verifies that a class is (or not) an interface.
|
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 |
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 |
ShouldBeMarked |
class |
ShouldBeNormalized
Assertion error message delivered when a
Path is not normalized |
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
|
class |
ShouldBeRegularFile
Creates an error message indicating that an assertion that verifies that a
Path is a regular file has failed. |
class |
ShouldBeRelativePath
|
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 |
ShouldBeSubstring |
class |
ShouldBeSymbolicLink
Creates an error message indicating that an assertion that verifies that a
Path is a regular file has 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 |
ShouldBeWritable
Creates an error message indicating that an assertion that verifies that a
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 |
ShouldContainAnyOf |
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 |
ShouldContainCharSequence
Creates an error message indicating that an assertion that verifies that a
CharSequence contains another
CharSequence failed. |
class |
ShouldContainCharSequenceOnlyOnce
Creates an error message indicating that an assertion that verifies that a
CharSequence contains another CharSequence only
once failed. |
class |
ShouldContainEntry
Creates an error message indicating that an assertion that verifies a map contains an entry..
|
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 |
ShouldContainExactlyInAnyOrder
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.
|
class |
ShouldContainKey
Creates an error message indicating that an assertion that verifies a map contains a key..
|
class |
ShouldContainKeys
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 |
ShouldContainOneOrMoreWhitespaces
Creates an error message indicating that an assertion that verifies that a
CharSequence contains one or more
whitespaces. |
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 |
ShouldContainOnlyDigits
Creates an error message indicating that an assertion that verifies a CharSequence contains only digits failed.
|
class |
ShouldContainOnlyKeys
Creates an error message indicating that an assertion that verifies map contains only a given set of keys and
nothing else failed.
|
class |
ShouldContainOnlyNulls
Creates an error message indicating that an assertion that verifies a group of elements contains only null elements failed.
|
class |
ShouldContainOnlyWhitespaces
Creates an error message indicating that an assertion that verifies a
CharSequence contains only whitespaces. |
class |
ShouldContainPattern
Creates an error message indicating that an assertion that verifies that a
CharSequence contains a pattern 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 |
ShouldContainSequenceOfCharSequence
Creates an error message indicating that an assertion that verifies that a
CharSequence contains a Sequence of
several CharSequences in order failed. |
class |
ShouldContainsOnlyOnce
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 |
ShouldContainSubsequence
Creates an error message indicating that an assertion that verifies that a group of elements contains a subsequence
of values failed.
|
class |
ShouldContainSubsequenceOfCharSequence
Creates an error message indicating that an assertion that verifies that a
CharSequence contains a Subsequence of
several CharSequences in order failed. |
class |
ShouldContainValue
Creates an error message indicating that an assertion that verifies a map contains a value.
|
class |
ShouldContainValues
Creates an error message indicating that an assertion that verifies a map contains a values.
|
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 |
ShouldEndWithPath |
class |
ShouldExist
|
class |
ShouldHave
Creates an error message indicating that an assertion that verifies that a value satisfies a
failed. |
class |
ShouldHaveAnnotations
Creates an error message indicating that an assertion that verifies that a class have an annotation.
|
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
failed. |
class |
ShouldHaveAtLeastOneElementOfType
Creates an error message indicating that a group does not have an element of the given type.
|
class |
ShouldHaveBinaryContent
Creates an error message indicating that an assertion that verifies that a file/path has a given binary content failed.
|
class |
ShouldHaveCause |
class |
ShouldHaveCauseExactlyInstance
Creates an error message indicating that an assertion that verifies that a
Throwable have a cause
exactly instance of a certain type. |
class |
ShouldHaveCauseInstance
Creates an error message indicating that an assertion that verifies that a
Throwable have a cause instance of
a certain type. |
class |
ShouldHaveContent
Creates an error message indicating that an assertion that verifies that a file/path has a given text content failed.
|
class |
ShouldHaveDateField
Creates an error message indicating that an assertion that verifies that a
Date has a year, month, day, ... |
class |
ShouldHaveDigest
Creates an error message indicating that an assertion that verifies that file/inputStream/path have digest failed.
|
class |
ShouldHaveExtension
Creates an error message indicating that a
File should have extension. |
class |
ShouldHaveFields
Creates an error message indicating that an assertion that verifies that a class have field.
|
class |
ShouldHaveLineCount
Creates an error message indicating that an assertion that verifies that a value have certain number of lines failed.
|
class |
ShouldHaveMessage
Creates an error message indicating that an assertion that verifies that a
Throwable have certain message failed. |
class |
ShouldHaveMessageMatchingRegex
Creates an error message indicating that an assertion that verifies that a
CharSequence matches given regular
expression. |
class |
ShouldHaveMethods
Creates an error message indicating that an assertion that verifies that a class have methods.
|
class |
ShouldHaveName
Creates an error message indicating that a
File should have name. |
class |
ShouldHaveNoCause
Creates an error message indicating that an assertion that verifies that an
Throwable has no cause failed. |
class |
ShouldHaveNoFields |
class |
ShouldHaveNoNullFields
Creates an
indicating that an assertion that verifies that an object
has no null fields failed. |
class |
ShouldHaveNoParent
Creates an error message when a
File should not have a parent. |
class |
ShouldHaveNoSuppressedExceptions
Creates an error message indicating that an assertion that verifies that a
Throwable has no suppressed exceptions failed. |
class |
ShouldHaveOnlyElementsOfType
Creates an error message indicating that a group does not have an element of the given type.
|
class |
ShouldHaveParent
Creates an error message indicating that a
File should have a parent. |
class |
ShouldHavePropertyOrField
Creates an error message indicating that an assertion that verifies that a class has a given field/property.
|
class |
ShouldHavePropertyOrFieldWithValue
Creates an error message indicating that an assertion that verifies that a class has a field/property with a value.
|
class |
ShouldHaveReference |
class |
ShouldHaveRootCauseExactlyInstance
Creates an error message indicating that an assertion that verifies that a
Throwable have a root cause
exactly instance of a certain type. |
class |
ShouldHaveRootCauseInstance
Creates an error message indicating that an assertion that verifies that a
Throwable have a root cause
instance of a certain type. |
class |
ShouldHaveSameClass
Creates an error message indicating that an assertion that verifies that an object have same class as another instance failed.
|
class |
ShouldHaveSameContent
Creates an error message indicating that an assertion that verifies that two files/inputStreams/paths have same content failed.
|
class |
ShouldHaveSameHashCode |
class |
ShouldHaveSameHourAs
Creates an error message indicating that an assertion that verifies that two
ZonedDateTime have same year,
month, day and hour fields failed. |
class |
ShouldHaveSameSizeAs
Creates an error message indicating that an assertion that verifies that a value have certain size failed.
|
class |
ShouldHaveSameTime
Creates an error message indicating that an assertion that verifies that a date has same time as other date.
|
class |
ShouldHaveSize
Creates an error message indicating that an assertion that verifies that a value have certain size failed.
|
class |
ShouldHaveStamp |
class |
ShouldHaveSuppressedException
Creates an error message indicating that an assertion that verifies that a
Throwable has a given suppressed exception failed. |
class |
ShouldHaveTime
Creates an error message indicating that an assertion that verifies that a date have a certain timestamp.
|
class |
ShouldHaveToString |
class |
ShouldHaveValue |
class |
ShouldMatch
Creates an error message indicating that an assertion that verifies that a value satisfies a
failed. |
class |
ShouldMatchPattern
Creates an error message indicating that an assertion that verifies that a
CharSequence matches a pattern failed. |
class |
ShouldNotAccept
Creates an error message indicating that an assertion that verifies that
not accepting a value failed. |
class |
ShouldNotBe
Creates an error message indicating that an assertion that verifies that a value does not satisfy a
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 |
ShouldNotBeBlank
Creates an error message indicating that an assertion that verifies
CharSequence
is not blank. |
class |
ShouldNotBeEmpty
Creates an error message indicating that an assertion that verifies a group of elements is not empty failed.
|
class |
ShouldNotBeEqual
Creates an error message indicating that an assertion that verifies that two objects are not equal failed.
|
class |
ShouldNotBeEqualIgnoringCase
Creates an error message indicating that an assertion that verifies that two
CharSequences are not equal,
ignoring case
considerations, failed. |
class |
ShouldNotBeEqualIgnoringWhitespace
Creates an error message indicating that an assertion that verifies that two
CharSequences are not equal,
ignoring whitespace differences, failed. |
class |
ShouldNotBeEqualNormalizingWhitespace
Creates an error message indicating that an assertion that verifies that two
CharSequences are not equal,
after the whitespace of both strings has been normalized, failed. |
class |
ShouldNotBeEqualWithinOffset
Creates an error message indicating that an assertion that verifies that two numbers are not equal within a positive offset failed.
|
class |
ShouldNotBeEqualWithinPercentage
Creates an error message indicating that an assertion that
verifies that two numbers are not equal within a positive percentage 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 |
ShouldNotBeNull
Creates an error message that indicates an assertion that verifies that an object is not
null 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 |
ShouldNotContainAnyWhitespaces
Creates an error message indicating that an assertion that verifies that a
CharSequence
does not contain whitespace characters. |
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 |
ShouldNotContainCharSequence
Creates an error message indicating that an assertion that verifies that a
CharSequence does not contain another
CharSequence failed. |
class |
ShouldNotContainKey
Creates an error message indicating that an assertion that verifies a map does not contains a key failed.
|
class |
ShouldNotContainKeys
Creates an error message indicating that an assertion that verifies a map does not contain keys.
|
class |
ShouldNotContainNull
Creates an error message indicating that an assertion that verifies a group of elements does not contain null elements failed.
|
class |
ShouldNotContainOnlyWhitespaces
Creates an error message indicating that an assertion that verifies
CharSequence
is not blank. |
class |
ShouldNotContainPattern
Creates an error message indicating that an assertion that verifies that a
CharSequence does not contain
a regular expression failed. |
class |
ShouldNotContainSequence
Creates an error message indicating that an assertion that verifies that a group of elements does not contain a
sequence of values failed.
|
class |
ShouldNotContainSubsequence
Creates an error message indicating that an assertion that verifies that a group of elements does not contains a
subsequence of values failed.
|
class |
ShouldNotContainValue
Creates an error message indicating that an assertion that verifies a map does not contains a value.
|
class |
ShouldNotEndWith
Creates an error message indicating that an assertion that verifies that a group of elements does not end with a
given value or sequence of values failed.
|
class |
ShouldNotExist
|
class |
ShouldNotHave
Creates an error message indicating that an assertion that verifies that a value does not satisfy a
failed. |
class |
ShouldNotHaveAnyElementsOfTypes |
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 |
ShouldNotHaveThrown |
class |
ShouldNotMatch
Creates an error message indicating that an assertion that verifies that a value not satisfying a
failed. |
class |
ShouldNotMatchPattern
Creates an error message indicating that an assertion that verifies that a
CharSequence does not match a pattern failed. |
class |
ShouldNotStartWith
Creates an error message indicating that an assertion that verifies that a group of elements does not start with a
given value or sequence of values failed.
|
class |
ShouldOnlyHaveElementsOfTypes
Creates an error message indicating that an assertion that verifies a group of elements contains elements that
are not an instance of one of the given types.
|
class |
ShouldOnlyHaveFields
Creates an error message indicating that an assertion that verifies that a class has only the fields.
|
class |
ShouldSatisfy |
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.
|
class |
ShouldStartWithPath |
class |
ZippedElementsShouldSatisfy |
| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorMessageFactory |
AnyElementShouldMatch.anyElementShouldMatch(Object actual,
PredicateDescription predicateDescription) |
static ErrorMessageFactory |
ShouldContainExactly.elementsDifferAtIndex(Object actualElement,
Object expectedElement,
int indexOfDifferentElements)
Creates a new
for the case where actual and expected have the same
elements in different order. |
static ErrorMessageFactory |
ShouldContainExactly.elementsDifferAtIndex(Object actualElement,
Object expectedElement,
int indexOfDifferentElements,
ComparisonStrategy comparisonStrategy)
Creates a new
for the case where actual and expected have the same
elements in different order according to the given ComparisonStrategy. |
static ErrorMessageFactory |
ElementsShouldBe.elementsShouldBe(Object actual,
Object notSatisfies,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldBeAtLeast.elementsShouldBeAtLeast(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldBeAtMost.elementsShouldBeAtMost(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldBeExactly.elementsShouldBeExactly(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldHave.elementsShouldHave(Object actual,
Object notSatisfies,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldHaveAtLeast.elementsShouldHaveAtLeast(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldHaveAtMost.elementsShouldHaveAtMost(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldHaveExactly.elementsShouldHaveExactly(Object actual,
int times,
Condition<?> condition)
Creates a new
. |
static <T> ErrorMessageFactory |
ElementsShouldMatch.elementsShouldMatch(Object actual,
T elementsNotMatchingPredicate,
PredicateDescription predicateDescription) |
static ErrorMessageFactory |
ElementsShouldNotBe.elementsShouldNotBe(Object actual,
Object satisfies,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldNotHave.elementsShouldNotHave(Object actual,
Object notSatisfies,
Condition<?> condition)
Creates a new
. |
static ErrorMessageFactory |
ElementsShouldSatisfy.elementsShouldSatisfy(Object actual,
List<ElementsShouldSatisfy.UnsatisfiedRequirement> elementsNotSatisfyingRestrictions) |
static ErrorMessageFactory |
ElementsShouldSatisfy.elementsShouldSatisfyAny(Object actual) |
static <T> ErrorMessageFactory |
NoElementsShouldMatch.noElementsShouldMatch(Object actual,
T elementMatchingPredicate,
PredicateDescription predicateDescription) |
static ErrorMessageFactory |
NoElementsShouldSatisfy.noElementsShouldSatisfy(Object actual,
Object faultyElement) |
static <T> ErrorMessageFactory |
ShouldAccept.shouldAccept(Predicate<? super T> predicate,
T value,
PredicateDescription description)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldBe.shouldBe(T actual,
Condition<? super T> condition)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAbsolutePath.shouldBeAbsolutePath(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAbsolutePath.shouldBeAbsolutePath(Path actual) |
static ErrorMessageFactory |
ShouldBeAfter.shouldBeAfter(Date actual,
int year)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfter.shouldBeAfter(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfter.shouldBeAfter(Object actual,
Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfterOrEqualsTo.shouldBeAfterOrEqualsTo(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfterOrEqualsTo.shouldBeAfterOrEqualsTo(Object actual,
Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfterYear.shouldBeAfterYear(Date actual,
int year)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAfterYear.shouldBeAfterYear(Date actual,
int year,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAnArray.shouldBeAnArray(Object object)
Creates a new instance of
. |
static ErrorMessageFactory |
ShouldBeAnnotation.shouldBeAnnotation(Class<?> actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAssignableFrom.shouldBeAssignableFrom(Class<?> actual,
Set<Class<?>> expectedAssignableFrom,
Set<Class<?>> missingAssignableFrom)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldBeAtIndex.shouldBeAtIndex(List<? extends T> actual,
Condition<? super T> condition,
Index index,
T found)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBefore.shouldBeBefore(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBefore.shouldBeBefore(Object actual,
Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBeforeOrEqualsTo.shouldBeBeforeOrEqualsTo(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBeforeOrEqualsTo.shouldBeBeforeOrEqualsTo(Object actual,
Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBeforeYear.shouldBeBeforeYear(Date actual,
int year)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBeforeYear.shouldBeBeforeYear(Date actual,
int year,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBetween.shouldBeBetween(Date actual,
Date start,
Date end,
boolean inclusiveStart,
boolean inclusiveEnd)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBetween.shouldBeBetween(Date actual,
Date start,
Date end,
boolean inclusiveStart,
boolean inclusiveEnd,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeBetween.shouldBeBetween(T actual,
T start,
T end,
boolean inclusiveStart,
boolean inclusiveEnd)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeBetween.shouldBeBetween(T actual,
T start,
T end,
boolean inclusiveStart,
boolean inclusiveEnd,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeBlank.shouldBeBlank(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeCanonicalPath.shouldBeCanonicalPath(Path actual) |
static ErrorMessageFactory |
ShouldBeCloseTo.shouldBeCloseTo(Date actual,
Date other,
long deltaInMilliseconds,
long difference)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeCloseTo.shouldBeCloseTo(Temporal actual,
Temporal other,
String differenceDescription)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeDirectory.shouldBeDirectory(File actual) |
static ErrorMessageFactory |
ShouldBeDirectory.shouldBeDirectory(Path actual) |
static ErrorMessageFactory |
ShouldBeEmpty.shouldBeEmpty(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringCase.shouldBeEqual(CharSequence actual,
CharSequence expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualWithTimePrecision.shouldBeEqual(Date actual,
Date expected,
TimeUnit precision)
Creates a new
. |
static <T extends Number> |
ShouldBeEqualWithinOffset.shouldBeEqual(T actual,
T expected,
Offset<T> offset,
T difference)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualByComparingFieldByFieldRecursively.shouldBeEqualByComparingFieldByFieldRecursive(Object actual,
Object other,
List<DeepDifference.Difference> differences,
Representation representation) |
static ErrorMessageFactory |
ShouldBeEqualByComparingOnlyGivenFields.shouldBeEqualComparingOnlyGivenFields(Object actual,
List<String> rejectedFields,
List<Object> rejectedValues,
List<Object> expectedValues,
List<String> acceptedFields)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringHours.shouldBeEqualIgnoringHours(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringMinutes.shouldBeEqualIgnoringMinutes(LocalTime actual,
LocalTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringMinutes.shouldBeEqualIgnoringMinutes(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringMinutes.shouldBeEqualIgnoringMinutes(OffsetTime actual,
OffsetTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringNanos.shouldBeEqualIgnoringNanos(LocalTime actual,
LocalTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringNanos.shouldBeEqualIgnoringNanos(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringNanos.shouldBeEqualIgnoringNanos(OffsetTime actual,
OffsetTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringNewLineDifferences.shouldBeEqualIgnoringNewLineDifferences(CharSequence actual,
CharSequence expected) |
static ErrorMessageFactory |
ShouldBeEqualIgnoringNewLines.shouldBeEqualIgnoringNewLines(CharSequence actual,
CharSequence expected) |
static ErrorMessageFactory |
ShouldBeEqualIgnoringSeconds.shouldBeEqualIgnoringSeconds(LocalTime actual,
LocalTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringSeconds.shouldBeEqualIgnoringSeconds(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringSeconds.shouldBeEqualIgnoringSeconds(OffsetTime actual,
OffsetTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringTimezone.shouldBeEqualIgnoringTimezone(OffsetDateTime actual,
OffsetDateTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringTimezone.shouldBeEqualIgnoringTimezone(OffsetTime actual,
OffsetTime other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualIgnoringWhitespace.shouldBeEqualIgnoringWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualNormalizingWhitespace.shouldBeEqualNormalizingWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeEqualToIgnoringFields.shouldBeEqualToIgnoringGivenFields(Object actual,
List<String> rejectedFields,
List<Object> rejectedValues,
List<Object> expectedValues,
List<String> ignoredFields)
Creates a new
. |
static <T extends Number> |
ShouldBeEqualWithinPercentage.shouldBeEqualWithinPercentage(T actual,
T expected,
Percentage percentage,
T difference)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeExactlyInstanceOf.shouldBeExactlyInstance(Object actual,
Class<?> type)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeExecutable.shouldBeExecutable(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeExecutable.shouldBeExecutable(Path actual) |
static ErrorMessageFactory |
ShouldBeFile.shouldBeFile(File actual)
Creates a new
. |
static ErrorMessageFactory |
ClassModifierShouldBe.shouldBeFinal(Class<?> actual)
Creates a new
ClassModifierShouldBe. |
static <T extends Comparable<? super T>> |
ShouldBeGreater.shouldBeGreater(T actual,
T other)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeGreater.shouldBeGreater(T actual,
T other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <T extends Comparable<T>> |
ShouldBeGreaterOrEqual.shouldBeGreaterOrEqual(T actual,
T other)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeGreaterOrEqual.shouldBeGreaterOrEqual(T actual,
T other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeIn.shouldBeIn(Object actual,
Object values)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeIn.shouldBeIn(Object actual,
Object values,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameDay.shouldBeInSameDay(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameHour.shouldBeInSameHour(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameHourWindow.shouldBeInSameHourWindow(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameMinute.shouldBeInSameMinute(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameMinuteWindow.shouldBeInSameMinuteWindow(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameMonth.shouldBeInSameMonth(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameSecond.shouldBeInSameSecond(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInSameSecondWindow.shouldBeInSameSecondWindow(Date actual,
Date other) |
static ErrorMessageFactory |
ShouldBeInSameYear.shouldBeInSameYear(Date actual,
Date other)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInstance.shouldBeInstance(Object object,
Class<?> type)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInstance.shouldBeInstanceButWasNull(String objectDescription,
Class<?> type)
Creates a new
when object we want to check type is null. |
static ErrorMessageFactory |
ShouldBeInstanceOfAny.shouldBeInstanceOfAny(Object actual,
Class<?>[] types)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInterface.shouldBeInterface(Class<?> actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInTheFuture.shouldBeInTheFuture(Date actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInTheFuture.shouldBeInTheFuture(Date actual,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInThePast.shouldBeInThePast(Date actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInThePast.shouldBeInThePast(Date actual,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeLess.shouldBeLess(T actual,
T other)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeLess.shouldBeLess(T actual,
T other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeLessOrEqual.shouldBeLessOrEqual(T actual,
T other)
Creates a new
. |
static <T extends Comparable<? super T>> |
ShouldBeLessOrEqual.shouldBeLessOrEqual(T actual,
T other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeLowerCase.shouldBeLowerCase(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeMarked.shouldBeMarked(AtomicMarkableReference<?> actual) |
static ErrorMessageFactory |
ShouldBeNormalized.shouldBeNormalized(Path actual) |
static ErrorMessageFactory |
ShouldBeNullOrEmpty.shouldBeNullOrEmpty(Object actual)
Creates a new instance of
. |
static ErrorMessageFactory |
ShouldBeOfClassIn.shouldBeOfClassIn(Object actual,
Object types)
Creates a new
. |
static ErrorMessageFactory |
ClassModifierShouldBe.shouldBeProtected(Class<?> actual)
Creates a new
ClassModifierShouldBe. |
static ErrorMessageFactory |
ClassModifierShouldBe.shouldBePublic(Class<?> actual)
Creates a new
ClassModifierShouldBe. |
static ErrorMessageFactory |
ShouldBeReadable.shouldBeReadable(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeReadable.shouldBeReadable(Path actual) |
static ErrorMessageFactory |
ShouldBeRegularFile.shouldBeRegularFile(Path actual) |
static ErrorMessageFactory |
ShouldBeRelativePath.shouldBeRelativePath(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeRelativePath.shouldBeRelativePath(Path actual) |
static ErrorMessageFactory |
ShouldBeSame.shouldBeSame(Object actual,
Object expected)
Creates a new
. |
static ErrorMessageFactory |
ConditionAndGroupGenericParameterTypeShouldBeTheSame.shouldBeSameGenericBetweenIterableAndCondition(Object actual,
Condition<?> condition)
Creates a new
|
static ErrorMessageFactory |
ShouldBeSorted.shouldBeSorted(int i,
Object group)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeSorted.shouldBeSortedAccordingToGivenComparator(int i,
Object group,
Comparator<?> comparator) |
static ErrorMessageFactory |
ShouldBeSubsetOf.shouldBeSubsetOf(Object actual,
Object values,
Iterable<?> unexpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeSubsetOf.shouldBeSubsetOf(Object actual,
Object values,
Iterable<?> unexpected,
ComparisonStrategy comparisonStrategy)
Creates a new
|
static ErrorMessageFactory |
ShouldBeSubstring.shouldBeSubstring(CharSequence actual,
CharSequence expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeSymbolicLink.shouldBeSymbolicLink(Path actual) |
static ErrorMessageFactory |
ShouldBeToday.shouldBeToday(Date actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeToday.shouldBeToday(Date actual,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeToday.shouldBeToday(LocalDate actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeUpperCase.shouldBeUpperCase(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeWritable.shouldBeWritable(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeWritable.shouldBeWritable(Path actual) |
static ErrorMessageFactory |
ShouldContainCharSequence.shouldContain(CharSequence actual,
CharSequence sequence)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainCharSequence.shouldContain(CharSequence actual,
CharSequence[] strings,
Set<? extends CharSequence> notFound)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainCharSequence.shouldContain(CharSequence actual,
CharSequence[] strings,
Set<? extends CharSequence> notFound,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainCharSequence.shouldContain(CharSequence actual,
CharSequence sequence,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContain.shouldContain(Object actual,
Object expected,
Object notFound)
Creates a new
. |
static ErrorMessageFactory |
ShouldContain.shouldContain(Object actual,
Object expected,
Object notFound,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainAnyOf.shouldContainAnyOf(Object actual,
Object expected) |
static ErrorMessageFactory |
ShouldContainAnyOf.shouldContainAnyOf(Object actual,
Object expected,
ComparisonStrategy comparisonStrategy) |
static ErrorMessageFactory |
ShouldContainAtIndex.shouldContainAtIndex(Object actual,
Object expected,
Index index,
Object found)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainAtIndex.shouldContainAtIndex(Object actual,
Object expected,
Index index,
Object found,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <K,V> ErrorMessageFactory |
ShouldContainEntry.shouldContainEntry(Map<K,V> actual,
Condition<?> entryCondition)
Creates a new
. |
static <K,V> ErrorMessageFactory |
ShouldContainEntry.shouldContainEntry(Map<K,V> actual,
Condition<? super K> keyCondition,
Condition<? super V> valueCondition)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainExactly.shouldContainExactly(Object actual,
Iterable<?> expected,
Iterable<?> notFound,
Iterable<?> notExpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainExactly.shouldContainExactly(Object actual,
Iterable<?> expected,
Iterable<?> notFound,
Iterable<?> notExpected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainExactlyInAnyOrder.shouldContainExactlyInAnyOrder(Object actual,
Object expected,
Iterable<?> notFound,
Iterable<?> notExpected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainCharSequence.shouldContainIgnoringCase(CharSequence actual,
CharSequence sequence)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainKey.shouldContainKey(Object actual,
Condition<?> keyCondition)
Creates a new
. |
static <K> ErrorMessageFactory |
ShouldContainKeys.shouldContainKeys(Object actual,
Set<K> keys)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainNull.shouldContainNull(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOneOrMoreWhitespaces.shouldContainOneOrMoreWhitespaces(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnly.shouldContainOnly(Object actual,
Object expected,
Iterable<?> notFound,
Iterable<?> notExpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnly.shouldContainOnly(Object actual,
Object expected,
Iterable<?> notFound,
Iterable<?> notExpected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyDigits.shouldContainOnlyDigits(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyDigits.shouldContainOnlyDigits(CharSequence actual,
char character,
int index)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyKeys.shouldContainOnlyKeys(Object actual,
Object expected,
Object notFound,
Iterable<?> notExpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyKeys.shouldContainOnlyKeys(Object actual,
Object expected,
Object notFound,
Object notExpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyNulls.shouldContainOnlyNulls(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyNulls.shouldContainOnlyNulls(Object actual,
Iterable<?> nonNullElements) |
static ErrorMessageFactory |
ShouldContainCharSequenceOnlyOnce.shouldContainOnlyOnce(CharSequence actual,
CharSequence sequence,
int occurrences)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainCharSequenceOnlyOnce.shouldContainOnlyOnce(CharSequence actual,
CharSequence sequence,
int occurrences,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainOnlyWhitespaces.shouldContainOnlyWhitespaces(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainPattern.shouldContainPattern(CharSequence actual,
CharSequence pattern)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSequenceOfCharSequence.shouldContainSequence(CharSequence actual,
CharSequence[] sequence)
Create a new
. |
static ErrorMessageFactory |
ShouldContainSequenceOfCharSequence.shouldContainSequence(CharSequence actual,
CharSequence[] sequence,
ComparisonStrategy comparisonStrategy)
Create a new
. |
static ErrorMessageFactory |
ShouldContainSequence.shouldContainSequence(Object actual,
Object sequence)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSequence.shouldContainSequence(Object actual,
Object sequence,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainsOnlyOnce.shouldContainsOnlyOnce(Object actual,
Object expected,
Set<?> notFound,
Set<?> notOnlyOnce)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainsOnlyOnce.shouldContainsOnlyOnce(Object actual,
Object expected,
Set<?> notFound,
Set<?> notOnlyOnce,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSubsequenceOfCharSequence.shouldContainSubsequence(CharSequence actual,
CharSequence[] strings,
int firstBadOrderIndex)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSubsequenceOfCharSequence.shouldContainSubsequence(CharSequence actual,
CharSequence[] strings,
int badOrderIndex,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSubsequence.shouldContainSubsequence(Object actual,
Object subsequence)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainSubsequence.shouldContainSubsequence(Object actual,
Object subsequence,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainValue.shouldContainValue(Object actual,
Condition<?> valueCondition)
Creates a new
. |
static ErrorMessageFactory |
ShouldContainValue.shouldContainValue(Object actual,
Object value)
Creates a new
. |
static <V> ErrorMessageFactory |
ShouldContainValues.shouldContainValues(Object actual,
Set<V> values)
Creates a new
. |
static ErrorMessageFactory |
ShouldEndWith.shouldEndWith(Object actual,
Object expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldEndWith.shouldEndWith(Object actual,
Object expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldEndWithPath.shouldEndWith(Path actual,
Path other) |
static ErrorMessageFactory |
ShouldExist.shouldExist(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldExist.shouldExist(Path actual) |
static ErrorMessageFactory |
ShouldNotExist.shouldExistNoFollowLinks(Path actual) |
static ErrorMessageFactory |
ShouldExist.shouldExistNoFollowLinks(Path actual) |
static <T> ErrorMessageFactory |
ShouldHave.shouldHave(T actual,
Condition<? super T> condition)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveAnnotations.shouldHaveAnnotations(Class<?> actual,
Collection<Class<? extends Annotation>> expected,
Collection<Class<? extends Annotation>> missing)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldHaveAtIndex.shouldHaveAtIndex(List<? extends T> actual,
Condition<? super T> condition,
Index index,
T found)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveBinaryContent.shouldHaveBinaryContent(File actual,
BinaryDiffResult diff)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveBinaryContent.shouldHaveBinaryContent(Path actual,
BinaryDiffResult diff)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveCause.shouldHaveCause(Throwable actualCause,
Throwable expectedCause) |
static ErrorMessageFactory |
ShouldHaveCauseExactlyInstance.shouldHaveCauseExactlyInstance(Throwable actual,
Class<? extends Throwable> expectedCauseType)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveCauseInstance.shouldHaveCauseInstance(Throwable actual,
Class<? extends Throwable> expectedCauseType)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeSorted.shouldHaveComparableElementsAccordingToGivenComparator(Object actual,
Comparator<?> comparator) |
static ErrorMessageFactory |
ShouldHaveContent.shouldHaveContent(File actual,
Charset charset,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveContent.shouldHaveContent(Path actual,
Charset charset,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveDateField.shouldHaveDateField(Date actual,
String fieldDescription,
int fieldValue)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveFields.shouldHaveDeclaredFields(Class<?> actual,
Set<String> expected,
Set<String> missing)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveDigest.shouldHaveDigest(File actualSource,
DigestDiff diff) |
static ErrorMessageFactory |
ShouldHaveDigest.shouldHaveDigest(InputStream actualSource,
DigestDiff diff) |
static ErrorMessageFactory |
ShouldHaveDigest.shouldHaveDigest(Path actualSource,
DigestDiff diff) |
static ErrorMessageFactory |
ShouldHaveFields.shouldHaveFields(Class<?> actual,
Set<String> expected,
Set<String> missing)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveLineCount.shouldHaveLinesCount(Object actual,
int actualSize,
int expectedSize)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveMessage.shouldHaveMessage(Throwable actual,
String expectedMessage)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveMessageMatchingRegex.shouldHaveMessageMatchingRegex(Throwable actual,
CharSequence regex) |
static ErrorMessageFactory |
ShouldHaveMethods.shouldHaveMethods(Class<?> actual,
boolean declared,
SortedSet<String> expected,
SortedSet<String> missing)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveMethods.shouldHaveMethods(Class<?> actual,
boolean declared,
SortedSet<String> expected,
String modifier,
Map<String,String> nonMatching) |
static ErrorMessageFactory |
ShouldBeSorted.shouldHaveMutuallyComparableElements(Object actual) |
static ErrorMessageFactory |
ShouldHaveNoCause.shouldHaveNoCause(Throwable actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveNoFields.shouldHaveNoDeclaredFields(Class<?> actual,
Set<String> fields) |
static ErrorMessageFactory |
ShouldHaveNoFields.shouldHaveNoPublicFields(Class<?> actual,
Set<String> fields) |
static ErrorMessageFactory |
ShouldHaveNoSuppressedExceptions.shouldHaveNoSuppressedExceptions(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldHavePropertyOrField.shouldHavePropertyOrField(Object actual,
String name)
Creates a new
. |
static ErrorMessageFactory |
ShouldHavePropertyOrFieldWithValue.shouldHavePropertyOrFieldWithValue(Object actual,
String name,
Object expectedValue,
Object actualValue)
Creates a new
. |
static <REF> ErrorMessageFactory |
ShouldHaveReference.shouldHaveReference(Object actual,
REF actualReference,
REF expectedReference) |
static ErrorMessageFactory |
ShouldHaveRootCauseExactlyInstance.shouldHaveRootCauseExactlyInstance(Throwable actual,
Class<? extends Throwable> expectedCauseType)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveRootCauseInstance.shouldHaveRootCauseInstance(Throwable actual,
Class<? extends Throwable> expectedCauseType)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameClass.shouldHaveSameClass(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameContent.shouldHaveSameContent(File actual,
File expected,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameContent.shouldHaveSameContent(InputStream actual,
InputStream expected,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameContent.shouldHaveSameContent(InputStream actual,
String expected,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameContent.shouldHaveSameContent(Path actual,
Path expected,
List<Delta<String>> diffs)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameHashCode.shouldHaveSameHashCode(Object actual,
Object other) |
static ErrorMessageFactory |
ShouldHaveSameHourAs.shouldHaveSameHourAs(Temporal actual,
Temporal other)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameSizeAs.shouldHaveSameSizeAs(Object actual,
Object actualSize,
Object expectedSize)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSameTime.shouldHaveSameTime(Date actual,
Date expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveSize.shouldHaveSize(Object actual,
int actualSize,
int expectedSize)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveStamp.shouldHaveStamp(AtomicStampedReference<?> actual,
int expectedStamp) |
static ErrorMessageFactory |
ShouldHaveSuppressedException.shouldHaveSuppressedException(Throwable actual,
Throwable expectedSuppressedException)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveTime.shouldHaveTime(Date actual,
long expectedTimestamp)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveToString.shouldHaveToString(Object actual,
String expectedToString) |
static <REF> ErrorMessageFactory |
ShouldHaveValue.shouldHaveValue(Object actual,
REF expectedValue) |
static <REF> ErrorMessageFactory |
ShouldHaveValue.shouldHaveValue(Object actual,
REF actualValue,
REF expectedValue,
Object objectToUpdate) |
static ErrorMessageFactory |
ShouldMatchPattern.shouldMatch(CharSequence actual,
CharSequence pattern)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldMatch.shouldMatch(T actual,
Predicate<? super T> predicate,
PredicateDescription predicateDescription)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldNotAccept.shouldNotAccept(Predicate<? super T> predicate,
T value,
PredicateDescription description)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldNotBe.shouldNotBe(T actual,
Condition<? super T> condition)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeAnnotation.shouldNotBeAnnotation(Class<?> actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeBetween.shouldNotBeBetween(Date actual,
Date start,
Date end,
boolean inclusiveStart,
boolean inclusiveEnd)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeBetween.shouldNotBeBetween(Date actual,
Date start,
Date end,
boolean inclusiveStart,
boolean inclusiveEnd,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeBlank.shouldNotBeBlank(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeEmpty.shouldNotBeEmpty()
Returns the singleton instance of this class.
|
static ErrorMessageFactory |
ShouldNotBeEqual.shouldNotBeEqual(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeEqual.shouldNotBeEqual(Object actual,
Object other,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static <T extends Number> |
ShouldNotBeEqualWithinOffset.shouldNotBeEqual(T actual,
T expected,
Offset<T> offset,
T difference)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeEqualIgnoringCase.shouldNotBeEqualIgnoringCase(CharSequence actual,
CharSequence expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeEqualIgnoringWhitespace.shouldNotBeEqualIgnoringWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeEqualNormalizingWhitespace.shouldNotBeEqualNormalizingWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
static <T extends Number> |
ShouldNotBeEqualWithinPercentage.shouldNotBeEqualWithinPercentage(T actual,
T expected,
Percentage percentage,
T difference)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeExactlyInstanceOf.shouldNotBeExactlyInstance(Object actual,
Class<?> type)
Creates a new
. |
static ErrorMessageFactory |
ClassModifierShouldBe.shouldNotBeFinal(Class<?> actual)
Creates a new
ClassModifierShouldBe. |
static ErrorMessageFactory |
ShouldNotBeIn.shouldNotBeIn(Object actual,
Object values)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeIn.shouldNotBeIn(Object actual,
Object values,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeInstance.shouldNotBeInstance(Object actual,
Class<?> type)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeInstanceOfAny.shouldNotBeInstanceOfAny(Object actual,
Class<?>[] types)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeInterface.shouldNotBeInterface(Class<?> actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldBeMarked.shouldNotBeMarked(AtomicMarkableReference<?> actual) |
static ErrorMessageFactory |
ShouldNotBeNull.shouldNotBeNull()
Returns the singleton instance of this class.
|
static ErrorMessageFactory |
ShouldNotBeOfClassIn.shouldNotBeOfClassIn(Object actual,
Object types)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotBeSame.shouldNotBeSame(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainCharSequence.shouldNotContain(CharSequence actual,
CharSequence[] values,
Set<? extends CharSequence> found,
ComparisonStrategy comparisonStrategy)
Creates a new
|
static ErrorMessageFactory |
ShouldNotContainCharSequence.shouldNotContain(CharSequence actual,
CharSequence sequence,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContain.shouldNotContain(Object actual,
Object expected,
Object found)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContain.shouldNotContain(Object actual,
Object expected,
Object found,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainAnyWhitespaces.shouldNotContainAnyWhitespaces(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainAtIndex.shouldNotContainAtIndex(Object actual,
Object expected,
Index index)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainAtIndex.shouldNotContainAtIndex(Object actual,
Object expected,
Index index,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainKey.shouldNotContainKey(Object actual,
Object key)
Creates a new
. |
static <K> ErrorMessageFactory |
ShouldNotContainKeys.shouldNotContainKeys(Object actual,
Set<K> keys)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainNull.shouldNotContainNull(Object actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainOnlyWhitespaces.shouldNotContainOnlyWhitespaces(CharSequence actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainPattern.shouldNotContainPattern(CharSequence actual,
CharSequence pattern)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainSequence.shouldNotContainSequence(Object actual,
Object sequence,
int index)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainSequence.shouldNotContainSequence(Object actual,
Object sequence,
int index,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainSubsequence.shouldNotContainSubsequence(Object actual,
Object subsequence,
ComparisonStrategy comparisonStrategy,
int index)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainSubsequence.shouldNotContainSubsequence(Object actual,
Object subsequence,
int index)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotContainValue.shouldNotContainValue(Object actual,
Object value)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotEndWith.shouldNotEndWith(Object actual,
Object expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotEndWith.shouldNotEndWith(Object actual,
Object expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotExist.shouldNotExist(File actual)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotExist.shouldNotExist(Path actual) |
static <T> ErrorMessageFactory |
ShouldNotHave.shouldNotHave(T actual,
Condition<? super T> condition)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotHaveDuplicates.shouldNotHaveDuplicates(Object actual,
Object duplicates)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotHaveDuplicates.shouldNotHaveDuplicates(Object actual,
Object duplicates,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldHaveMethods.shouldNotHaveMethods(Class<?> actual,
boolean declared,
SortedSet<String> actualMethodsHavingModifier) |
static ErrorMessageFactory |
ShouldHaveMethods.shouldNotHaveMethods(Class<?> actual,
String modifier,
boolean declared,
SortedSet<String> actualMethodsHavingModifier) |
static ErrorMessageFactory |
ShouldNotHaveSameClass.shouldNotHaveSameClass(Object actual,
Object other)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotHaveThrown.shouldNotHaveThrown(Throwable throwable) |
static ErrorMessageFactory |
ShouldNotMatchPattern.shouldNotMatch(CharSequence actual,
CharSequence pattern)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldNotMatch.shouldNotMatch(T actual,
Predicate<? super T> predicate,
PredicateDescription predicateDescription)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotStartWith.shouldNotStartWith(Object actual,
Object expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldNotStartWith.shouldNotStartWith(Object actual,
Object expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldOnlyHaveFields.shouldOnlyHaveDeclaredFields(Class<?> actual,
Collection<String> expected,
Collection<String> notFound,
Collection<String> notExpected)
Creates a new
. |
static ErrorMessageFactory |
ShouldOnlyHaveFields.shouldOnlyHaveFields(Class<?> actual,
Collection<String> expected,
Collection<String> notFound,
Collection<String> notExpected)
Creates a new
. |
static <T> ErrorMessageFactory |
ShouldSatisfy.shouldSatisfy(T actual,
Condition<? super T> condition) |
static ErrorMessageFactory |
ShouldStartWith.shouldStartWith(Object actual,
Object expected)
Creates a new
. |
static ErrorMessageFactory |
ShouldStartWith.shouldStartWith(Object actual,
Object expected,
ComparisonStrategy comparisonStrategy)
Creates a new
. |
static ErrorMessageFactory |
ShouldStartWithPath.shouldStartWith(Path actual,
Path other) |
static ErrorMessageFactory |
ZippedElementsShouldSatisfy.zippedElementsShouldSatisfy(Object actual,
Object other,
List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShouldBeCancelled |
class |
ShouldBeCompleted |
class |
ShouldBeCompletedExceptionally |
class |
ShouldBeDone |
class |
ShouldHaveFailed |
class |
ShouldNotBeCancelled |
class |
ShouldNotBeCompleted |
class |
ShouldNotBeCompletedExceptionally |
class |
ShouldNotBeDone |
class |
ShouldNotHaveFailed |
| Modifier and Type | Class and Description |
|---|---|
class |
ShouldHaveAnchor |
class |
ShouldHaveAuthority |
class |
ShouldHaveFragment |
class |
ShouldHaveHost |
class |
ShouldHaveParameter |
class |
ShouldHavePath |
class |
ShouldHavePort |
class |
ShouldHaveProtocol |
class |
ShouldHaveQuery |
class |
ShouldHaveScheme |
class |
ShouldHaveUserInfo |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
ShouldHaveAnchor.shouldHaveAnchor(URL actual,
String expectedAnchor) |
static ErrorMessageFactory |
ShouldHaveAuthority.shouldHaveAuthority(URI actual,
String expectedAuthority) |
static ErrorMessageFactory |
ShouldHaveAuthority.shouldHaveAuthority(URL actual,
String expectedAuthority) |
static ErrorMessageFactory |
ShouldHaveFragment.shouldHaveFragment(URI actual,
String expectedFragment) |
static ErrorMessageFactory |
ShouldHaveHost.shouldHaveHost(URI actual,
String expectedHost) |
static ErrorMessageFactory |
ShouldHaveHost.shouldHaveHost(URL actual,
String expectedHost) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveNoParameter(Object actual,
String name,
List<String> actualValues) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveNoParameter(Object actual,
String name,
String unwantedValue,
List<String> actualValues) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveNoParameters(Object actual,
Set<String> parameterNames) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveParameter(Object actual,
String name) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveParameter(Object actual,
String name,
String expectedValue) |
static ErrorMessageFactory |
ShouldHaveParameter.shouldHaveParameter(Object actual,
String name,
String expectedValue,
List<String> actualValues) |
static ErrorMessageFactory |
ShouldHavePath.shouldHavePath(URI actual,
String expectedPath) |
static ErrorMessageFactory |
ShouldHavePath.shouldHavePath(URL actual,
String expectedPath) |
static ErrorMessageFactory |
ShouldHavePort.shouldHavePort(URI actual,
int expectedPort) |
static ErrorMessageFactory |
ShouldHavePort.shouldHavePort(URL actual,
int expectedPort) |
static ErrorMessageFactory |
ShouldHaveProtocol.shouldHaveProtocol(URL actual,
String expectedProtocol) |
static ErrorMessageFactory |
ShouldHaveQuery.shouldHaveQuery(URI actual,
String expectedQuery) |
static ErrorMessageFactory |
ShouldHaveQuery.shouldHaveQuery(URL actual,
String expectedQuery) |
static ErrorMessageFactory |
ShouldHaveScheme.shouldHaveScheme(URI actual,
String expectedScheme) |
static ErrorMessageFactory |
ShouldHaveUserInfo.shouldHaveUserInfo(URI actual,
String expectedUserInfo) |
static ErrorMessageFactory |
ShouldHaveUserInfo.shouldHaveUserInfo(URL actual,
String expectedUserInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
Failures.assertionErrorMessage(AssertionInfo info,
ErrorMessageFactory messageFactory) |
AssertionError |
Failures.failure(AssertionInfo info,
ErrorMessageFactory messageFactory)
Creates a
following this pattern:
creates a using
as the error message if such value is not null, or
uses the given to create the detail message of the
, prepending the value of to
the error message
|
AssertionError |
Failures.failure(AssertionInfo info,
ErrorMessageFactory messageFactory,
Object actual,
Object expected) |
Copyright © 2014–2018 AssertJ. All rights reserved.