Uses of Class
org.fest.assertions.description.Description
- 
Packages that use Description Package 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 Modifier and Type Method Description SAbstractAssert. as(Description description)Sets the description of this object.SAbstractAssert. describedAs(Description description)Alias forsince "as" is a keyword in Groovy.Descriptable.as(String) - 
Uses of Description in org.fest.assertions.core
Methods in org.fest.assertions.core that return Description Modifier and Type Method Description DescriptionAssertionInfo. description()Returns the description of an assertion.DescriptionCondition. description()Returns the description of this condition.DescriptionWritableAssertionInfo. description()Returns the description of an assertion.Methods in org.fest.assertions.core with parameters of type Description Modifier and Type Method Description Condition<T>Condition. as(Description newDescription)Sets the description of this object.SDescriptable. as(Description description)Sets the description of this object.Condition<T>Condition. describedAs(Description newDescription)Alias forsince "as" is a keyword in Groovy.Descriptable.as(String)SDescriptable. describedAs(Description description)Alias forsince "as" is a keyword in Groovy.Descriptable.as(String)voidWritableAssertionInfo. description(Description newDescription)Sets the description of an assertion.Constructors in org.fest.assertions.core with parameters of type Description Constructor Description Condition(Description description)Creates a newCondition. - 
Uses of Description in org.fest.assertions.description
Subclasses of Description in org.fest.assertions.description Modifier and Type Class Description classEmptyTextDescriptionA description containing empty text.classTextDescriptionA text-based description.Methods in org.fest.assertions.description that return Description Modifier and Type Method Description static DescriptionEmptyTextDescription. emptyText() - 
Uses of Description in org.fest.assertions.error
Methods in org.fest.assertions.error with parameters of type Description Modifier and Type Method Description java.lang.StringAbstractShouldHaveTextContent. create(Description d)java.lang.StringBasicErrorMessageFactory. create(Description d)Creates a new error message as a result of a failed assertion.java.lang.StringErrorMessageFactory. create(Description d)Creates a new error message as a result of a failed assertion.java.lang.StringShouldNotBeEmpty. create(Description d)Creates a new error message as a result of a failed assertion.java.lang.StringShouldNotBeEqualImages. create(Description d)Creates a new error message as a result of a failed assertion.java.lang.StringShouldNotBeNull. create(Description d)Creates a new error message as a result of a failed assertion.java.lang.StringDescriptionFormatter. format(Description d)Formats the givenby surrounding its text value with square brackets and adding a space at the end.Descriptionjava.lang.StringMessageFormatter. format(Description d, java.lang.String format, java.lang.Object... args)Interprets a printf-style formatStringfor failed assertion messages.java.lang.AssertionErrorAssertionErrorFactory. newAssertionError(Description d)Creates an.AssertionErrorjava.lang.AssertionErrorShouldBeEqual. newAssertionError(Description description)Creates anindicating that an assertion that verifies that two objects are equal failed.AssertionError
Themessage is built so that it differentiatesAssertionErrorShouldBeEqual.actualandShouldBeEqual.expecteddescription in case their string representation are the same (like 42 float and 42 double). 
 -