|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Description | |
---|---|
org.fest.assertions.api | |
org.fest.assertions.core | |
org.fest.assertions.description | |
org.fest.assertions.error |
Uses of Description in org.fest.assertions.api |
---|
Methods in org.fest.assertions.api with parameters of type Description | |
---|---|
S |
AbstractAssert.as(Description description)
Sets the description of this object. |
S |
AbstractAssert.describedAs(Description description)
Alias for since "as" is a keyword in Groovy. |
Uses of Description in org.fest.assertions.core |
---|
Methods in org.fest.assertions.core that return Description | |
---|---|
Description |
Condition.description()
Returns the description of this condition. |
Description |
AssertionInfo.description()
Returns the description of an assertion. |
Description |
WritableAssertionInfo.description()
Returns the description of an assertion. |
Methods in org.fest.assertions.core with parameters of type Description | |
---|---|
Condition<T> |
Condition.as(Description newDescription)
Sets the description of this object. |
S |
Descriptable.as(Description description)
Sets the description of this object. |
Condition<T> |
Condition.describedAs(Description newDescription)
Alias for since "as" is a keyword in Groovy. |
S |
Descriptable.describedAs(Description description)
Alias for since "as" is a keyword in Groovy. |
void |
WritableAssertionInfo.description(Description newDescription)
Sets the description of an assertion. |
Constructors in org.fest.assertions.core with parameters of type Description | |
---|---|
Condition(Description description)
Creates a new Condition . |
Uses of Description in org.fest.assertions.description |
---|
Subclasses of Description in org.fest.assertions.description | |
---|---|
class |
EmptyTextDescription
A description containing empty text. |
class |
TextDescription
A text-based description. |
Methods in org.fest.assertions.description that return Description | |
---|---|
static Description |
EmptyTextDescription.emptyText()
Returns the singleton instance of this class. |
Uses of Description in org.fest.assertions.error |
---|
Methods in org.fest.assertions.error with parameters of type Description | |
---|---|
String |
BasicErrorMessageFactory.create(Description d)
Creates a new error message as a result of a failed assertion. |
String |
ShouldNotBeEmpty.create(Description d)
Creates a new error message as a result of a failed assertion. |
String |
ErrorMessageFactory.create(Description d)
Creates a new error message as a result of a failed assertion. |
String |
ShouldNotBeEqualImages.create(Description d)
Creates a new error message as a result of a failed assertion. |
String |
ShouldNotBeNull.create(Description d)
Creates a new error message as a result of a failed assertion. |
String |
DescriptionFormatter.format(Description d)
Formats the given by surrounding its text value with square brackets and adding a
space at the end. |
String |
MessageFormatter.format(Description d,
String format,
Object... args)
Interprets a printf-style format String for failed assertion messages. |
AssertionError |
AssertionErrorFactory.newAssertionError(Description d)
Creates an . |
AssertionError |
ShouldBeEqual.newAssertionError(Description description)
Creates an indicating that an assertion that verifies that two objects are
equal failed. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |