Uses of Interface
org.fest.assertions.Description

Uses of Description in org.fest.assertions
 

Classes in org.fest.assertions that implement Description
 class BasicDescription
          Understands the default implementation of Description.
 

Methods in org.fest.assertions that return Description
protected  Description Assert.rawDescription()
          Returns the description of the actual value in this assertion.
 

Methods in org.fest.assertions with parameters of type Description
protected abstract  PrimitiveAssert PrimitiveAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 CharAssert CharAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 DoubleAssert DoubleAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 FloatAssert FloatAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ShortAssert ShortAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ByteAssert ByteAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 IntAssert IntAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 LongAssert LongAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ObjectAssert ObjectAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
protected abstract  GenericAssert<T> GenericAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ShortArrayAssert ShortArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 CollectionAssert CollectionAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ThrowableAssert ThrowableAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 BooleanArrayAssert BooleanArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ByteArrayAssert ByteArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 DoubleArrayAssert DoubleArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 BooleanAssert BooleanAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 BigDecimalAssert BigDecimalAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 LongArrayAssert LongArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ObjectArrayAssert ObjectArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 MapAssert MapAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ImageAssert ImageAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 CharArrayAssert CharArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 ListAssert ListAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 FileAssert FileAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 FloatArrayAssert FloatArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 IntArrayAssert IntArrayAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
 StringAssert StringAssert.as(Description description)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
protected abstract  PrimitiveAssert PrimitiveAssert.describedAs(Description description)
          Alias for PrimitiveAssert.as(Description), since "as" is a keyword in Groovy.
 CharAssert CharAssert.describedAs(Description description)
          Alias for CharAssert.as(Description), since "as" is a keyword in Groovy.
 DoubleAssert DoubleAssert.describedAs(Description description)
          Alias for DoubleAssert.as(Description), since "as" is a keyword in Groovy.
 FloatAssert FloatAssert.describedAs(Description description)
          Alias for FloatAssert.as(Description), since "as" is a keyword in Groovy.
 ShortAssert ShortAssert.describedAs(Description description)
          Alias for ShortAssert.as(Description), since "as" is a keyword in Groovy.
 ByteAssert ByteAssert.describedAs(Description description)
          Alias for ByteAssert.as(Description), since "as" is a keyword in Groovy.
 IntAssert IntAssert.describedAs(Description description)
          Alias for IntAssert.as(Description), since "as" is a keyword in Groovy.
 LongAssert LongAssert.describedAs(Description description)
          Alias for LongAssert.as(Description), since "as" is a keyword in Groovy.
 ObjectAssert ObjectAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
protected abstract  GenericAssert<T> GenericAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 ShortArrayAssert ShortArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 CollectionAssert CollectionAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 ThrowableAssert ThrowableAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 BooleanArrayAssert BooleanArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 ByteArrayAssert ByteArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 DoubleArrayAssert DoubleArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 BooleanAssert BooleanAssert.describedAs(Description description)
          Alias for BooleanAssert.as(Description), since "as" is a keyword in Groovy.
 BigDecimalAssert BigDecimalAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 LongArrayAssert LongArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 ObjectArrayAssert ObjectArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 MapAssert MapAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 ImageAssert ImageAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 CharArrayAssert CharArrayAssert.describedAs(Description description)
          Alias for CharArrayAssert.as(Description), since "as" is a keyword in Groovy.
 ListAssert ListAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 FileAssert FileAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 FloatArrayAssert FloatArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 IntArrayAssert IntArrayAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
 StringAssert StringAssert.describedAs(Description description)
          Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
protected  void Assert.description(Description d)
          Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
protected static void Fail.failIfEqual(String customErrorMessage, Description descriptionOfActual, Object actual, Object other)
          Throws an AssertionError if the given objects are equal.
protected static void Fail.failIfNotEqual(String customErrorMessage, Description descriptionOfActual, Object actual, Object expected)
          Throws an AssertionError if 'actual' is not equal to 'expected'.
protected static void Fail.failIfNotNull(String customErrorMessage, Description description, Object o)
          Throws an AssertionError if the given object is not null.
protected static void Fail.failIfNotSame(String customErrorMessage, Description descriptionOfActual, Object actual, Object other)
          Throws an AssertionError if the given objects are not the same.
protected static void Fail.failIfNull(String customErrorMessage, Description description, Object o)
          Throws an AssertionError if the given object is null.
protected static void Fail.failIfSame(String customErrorMessage, Description descriptionOfActual, Object actual, Object other)
          Throws an AssertionError if the given objects are the same.
static String Formatting.format(Description description, String message)
          Returns the given message formatted as follows: [description] message.
static String Formatting.valueOf(Description description)
          Returns the value of the given Description.
 



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