Uses of Class
org.fest.assertions.description.Description

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 Descriptable.as(String) 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 Descriptable.as(String) since "as" is a keyword in Groovy.
 S Descriptable.describedAs(Description description)
          Alias for Descriptable.as(String) 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 Description 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.
 AssertionError ShouldBeEqual.newAssertionError(Description description)
          Creates an AssertionError indicating that an assertion that verifies that two objects are equal failed.
 



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