A B C D E F G H I L M N O R S T V 

A

actual - Variable in class org.fest.assertions.GenericAssert
 
actualAsList() - Method in class org.fest.assertions.ArrayAssert
Returns the actual value as a List.
actualAsList() - Method in class org.fest.assertions.CollectionAssert
Returns the actual value as a List.
actualAsList() - Method in class org.fest.assertions.ItemGroupAssert
Returns the actual value as a List.
actualAsList() - Method in class org.fest.assertions.IteratorAssert
Returns the actual value as a List.
actualAsList() - Method in class org.fest.assertions.ListAssert
Returns the actual value as a List.
actualAsList() - Method in class org.fest.assertions.ObjectArrayAssert
Returns the actual value as a List.
actualAsSet() - Method in class org.fest.assertions.ArrayAssert
Returns the actual value as a Set.
actualAsSet() - Method in class org.fest.assertions.CollectionAssert
Returns the actual value as a Set.
actualAsSet() - Method in class org.fest.assertions.ItemGroupAssert
Returns the actual value as a Set.
actualAsSet() - Method in class org.fest.assertions.IteratorAssert
Returns the actual value as a Set.
actualAsSet() - Method in class org.fest.assertions.ListAssert
Returns the actual value as a Set.
actualAsSet() - Method in class org.fest.assertions.ObjectArrayAssert
Returns the actual value as a Set.
actualGroupSize() - Method in class org.fest.assertions.ArrayAssert
Returns the size of the actual array.
actualGroupSize() - Method in class org.fest.assertions.CollectionAssert
Returns the number of elements in the actual collection.
actualGroupSize() - Method in class org.fest.assertions.GroupAssert
Returns the size of the actual group of values (array, collection, etc.)
actualGroupSize() - Method in class org.fest.assertions.IteratorAssert
Returns the size of the actual group of values (array, collection, etc.)
actualGroupSize() - Method in class org.fest.assertions.ListAssert
Returns the number of elements in the actual List.
actualGroupSize() - Method in class org.fest.assertions.MapAssert
Returns the number of elements in the actual Map.
actualGroupSize() - Method in class org.fest.assertions.ObjectArrayAssert
Returns the size of the actual group of values (array, collection, etc.)
actualGroupSize() - Method in class org.fest.assertions.StringAssert
Returns the number of elements in the actual String.
ArrayAssert<S,A> - Class in org.fest.assertions
Assertions for arrays.
ArrayAssert(Class<S>, A) - Constructor for class org.fest.assertions.ArrayAssert
Creates a new ArrayAssert.
ArrayInspection - Class in org.fest.assertions
Utility methods for arrays.
as(String) - Method in class org.fest.assertions.Condition
Sets the description of this condition.
as(String) - Method in class org.fest.assertions.GenericAssert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
as(Description) - Method in class org.fest.assertions.GenericAssert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
as(String) - Method in class org.fest.assertions.ThrowableAssert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
as(Description) - Method in class org.fest.assertions.ThrowableAssert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
Assert - Class in org.fest.assertions
Base class for all assertion classes.
Assert() - Constructor for class org.fest.assertions.Assert
 
assertContains(Object...) - Method in class org.fest.assertions.ItemGroupAssert
Verifies that the actual actual group of objects contains the given objects, in any order.
assertContainsOnly(Object...) - Method in class org.fest.assertions.ItemGroupAssert
Verifies that the actual group of objects contains the given objects only, in any order.
assertDoesNotHaveDuplicates() - Method in class org.fest.assertions.ItemGroupAssert
Verifies that the actual group of objects does not have duplicates.
assertExcludes(Object...) - Method in class org.fest.assertions.ItemGroupAssert
Verifies that the actual group of objects does not contain the given objects.
AssertExtension - Interface in org.fest.assertions
Marker interface for used-defined assertions.
Assertions - Class in org.fest.assertions
Entry point for assertion methods for different data types.
Assertions() - Constructor for class org.fest.assertions.Assertions
This constructor is protected to make it possible to subclass this class.
assertThat(BigDecimal) - Static method in class org.fest.assertions.Assertions
Creates a new instance of BigDecimalAssert.
assertThat(boolean) - Static method in class org.fest.assertions.Assertions
Creates a new instance of BooleanAssert.
assertThat(Boolean) - Static method in class org.fest.assertions.Assertions
Creates a new instance of BooleanAssert.
assertThat(boolean[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of BooleanArrayAssert.
assertThat(BufferedImage) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ImageAssert.
assertThat(byte) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ByteAssert.
assertThat(Byte) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ByteAssert.
assertThat(byte[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ByteArrayAssert.
assertThat(char) - Static method in class org.fest.assertions.Assertions
Creates a new instance of CharAssert.
assertThat(Character) - Static method in class org.fest.assertions.Assertions
Creates a new instance of CharAssert.
assertThat(char[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of CharArrayAssert.
assertThat(Collection<?>) - Static method in class org.fest.assertions.Assertions
Creates a new instance of CollectionAssert.
assertThat(List<?>) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ListAssert.
assertThat(double) - Static method in class org.fest.assertions.Assertions
Creates a new instance of DoubleAssert.
assertThat(Double) - Static method in class org.fest.assertions.Assertions
Creates a new instance of DoubleAssert.
assertThat(double[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of DoubleArrayAssert.
assertThat(File) - Static method in class org.fest.assertions.Assertions
Creates a new instance of FileAssert.
assertThat(float) - Static method in class org.fest.assertions.Assertions
Creates a new instance of FloatAssert.
assertThat(Float) - Static method in class org.fest.assertions.Assertions
Creates a new instance of FloatAssert.
assertThat(float[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of FloatArrayAssert.
assertThat(int) - Static method in class org.fest.assertions.Assertions
Creates a new instance of IntAssert.
assertThat(Integer) - Static method in class org.fest.assertions.Assertions
Creates a new instance of IntAssert.
assertThat(int[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of IntArrayAssert.
assertThat(Iterable<?>) - Static method in class org.fest.assertions.Assertions
Creates a new instance of IteratorAssert.
assertThat(Iterator<?>) - Static method in class org.fest.assertions.Assertions
Creates a new instance of IteratorAssert.
assertThat(long) - Static method in class org.fest.assertions.Assertions
Creates a new instance of LongAssert.
assertThat(Long) - Static method in class org.fest.assertions.Assertions
Creates a new instance of LongAssert.
assertThat(long[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of LongArrayAssert.
assertThat(Map<?, ?>) - Static method in class org.fest.assertions.Assertions
Creates a new instance of MapAssert.
assertThat(Object) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ObjectAssert.
assertThat(Object[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ObjectArrayAssert.
assertThat(short) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ShortAssert.
assertThat(Short) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ShortAssert.
assertThat(short[]) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ShortArrayAssert.
assertThat(String) - Static method in class org.fest.assertions.Assertions
Creates a new instance of StringAssert.
assertThat(T) - Static method in class org.fest.assertions.Assertions
Returns the given assertion.
assertThat(Throwable) - Static method in class org.fest.assertions.Assertions
Creates a new instance of ThrowableAssert.
atIndex(int) - Static method in class org.fest.assertions.Index
Creates a new Index.

B

BasicDescription - Class in org.fest.assertions
Default implementation of Description.
BasicDescription(String) - Constructor for class org.fest.assertions.BasicDescription
Creates a new BasicDescription.
BigDecimalAssert - Class in org.fest.assertions
Assertions for BigDecimals.
BigDecimalAssert(BigDecimal) - Constructor for class org.fest.assertions.BigDecimalAssert
Creates a new BigDecimalAssert.
BooleanArrayAssert - Class in org.fest.assertions
Assertions for boolean arrays.
BooleanArrayAssert(boolean...) - Constructor for class org.fest.assertions.BooleanArrayAssert
Creates a new BooleanArrayAssert.
BooleanAssert - Class in org.fest.assertions
Assertions for Booleans and booleans.
BooleanAssert(boolean) - Constructor for class org.fest.assertions.BooleanAssert
Creates a new BooleanAssert.
BooleanAssert(Boolean) - Constructor for class org.fest.assertions.BooleanAssert
Creates a new BooleanAssert.
ByteArrayAssert - Class in org.fest.assertions
Assertions for byte arrays.
ByteArrayAssert(byte...) - Constructor for class org.fest.assertions.ByteArrayAssert
Creates a new ByteArrayAssert.
ByteAssert - Class in org.fest.assertions
Assertions for Bytes and bytes.
ByteAssert(byte) - Constructor for class org.fest.assertions.ByteAssert
Creates a new ByteAssert.
ByteAssert(Byte) - Constructor for class org.fest.assertions.ByteAssert
Creates a new ByteAssert.

C

CharArrayAssert - Class in org.fest.assertions
Assertions for char arrays.
CharArrayAssert(char...) - Constructor for class org.fest.assertions.CharArrayAssert
Creates a new CharArrayAssert.
CharAssert - Class in org.fest.assertions
Assertions for Characters and chars.
CharAssert(char) - Constructor for class org.fest.assertions.CharAssert
Creates a new CharAssert.
CharAssert(Character) - Constructor for class org.fest.assertions.CharAssert
Creates a new CharAssert.
CollectionAssert - Class in org.fest.assertions
Assertions for Collections.
CollectionAssert(Collection<?>) - Constructor for class org.fest.assertions.CollectionAssert
Creates a new CollectionAssert.
Collections - Class in org.fest.assertions
Utility methods for Collections.
ComparableAssert<S,T extends Comparable<T>> - Class in org.fest.assertions
Template for assertions applicable to Comparables.
ComparableAssert(Class<S>, T) - Constructor for class org.fest.assertions.ComparableAssert
Creates a new ComparableAssert.
comparisonFailed(Description, Object, Object) - Static method in class org.fest.assertions.Fail
Returns a AssertionError describing a comparison failure.
comparisonFailure(String, Object, Object) - Static method in class org.fest.assertions.ComparisonFailureFactory
Creates a new instance of JUnit's ComparisonFailure only if JUnit 4+ is in the classpath.
ComparisonFailureFactory - Class in org.fest.assertions
Creates instances of JUnit's ComparisonFailure.
Condition<T> - Class in org.fest.assertions
Condition to be met by an Object.
Condition() - Constructor for class org.fest.assertions.Condition
Creates a new Condition.
Condition(String) - Constructor for class org.fest.assertions.Condition
Creates a new Condition.
contains(boolean...) - Method in class org.fest.assertions.BooleanArrayAssert
Verifies that the actual boolean array contains the given values.
contains(byte...) - Method in class org.fest.assertions.ByteArrayAssert
Verifies that the actual byte array contains the given values.
contains(char...) - Method in class org.fest.assertions.CharArrayAssert
Verifies that the actual char array contains the given values.
contains(double...) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array contains the given values.
contains(float...) - Method in class org.fest.assertions.FloatArrayAssert
Verifies that the actual float array contains the given values.
contains(int...) - Method in class org.fest.assertions.IntArrayAssert
Verifies that the actual int array contains the given values.
contains(Object, Index) - Method in class org.fest.assertions.ListAssert
Verifies that the actual List contains the given object at the given index.
contains(long...) - Method in class org.fest.assertions.LongArrayAssert
Verifies that the actual long array contains the given values.
contains(Object...) - Method in class org.fest.assertions.ObjectGroupAssert
Verifies that the actual group of objects contains the given objects.
contains(short...) - Method in class org.fest.assertions.ShortArrayAssert
Verifies that the actual short array contains the given values.
contains(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String contains the given one.
containsExactly(Object...) - Method in class org.fest.assertions.ListAssert
Verifies that the actual List contains the given objects, in the same order.
containsIgnoringCase(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String contains the given text regardless of the case.
containsOnly(boolean...) - Method in class org.fest.assertions.BooleanArrayAssert
Verifies that the actual boolean array contains the given values only.
containsOnly(byte...) - Method in class org.fest.assertions.ByteArrayAssert
Verifies that the actual byte array contains the given values only.
containsOnly(char...) - Method in class org.fest.assertions.CharArrayAssert
Verifies that the actual char array contains the given values only.
containsOnly(double...) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array contains the given values only.
containsOnly(float...) - Method in class org.fest.assertions.FloatArrayAssert
Verifies that the actual float array contains the given values only.
containsOnly(int...) - Method in class org.fest.assertions.IntArrayAssert
Verifies that the actual int array contains the given values only.
containsOnly(long...) - Method in class org.fest.assertions.LongArrayAssert
Verifies that the actual long array contains the given values only.
containsOnly(Object...) - Method in class org.fest.assertions.ObjectGroupAssert
Verifies that the actual group of objects contains the given objects only, in any order.
containsOnly(short...) - Method in class org.fest.assertions.ShortArrayAssert
Verifies that the actual short array contains the given values only.
containsSequence(Object...) - Method in class org.fest.assertions.ListAssert
Verifies that the actual List contains the given sequence of objects, without any other objects between them.
copy(Object) - Static method in class org.fest.assertions.ArrayInspection
Copies the contents of the given array into an array of objects.
customErrorMessage() - Method in class org.fest.assertions.Assert
Returns the message to use when a failure occurs, if one has been specified.

D

Delta - Class in org.fest.assertions
A finite increment in a variable.
delta(double) - Static method in class org.fest.assertions.Delta
Creates a new Delta.
delta(float) - Static method in class org.fest.assertions.Delta
Creates a new Delta.
delta(double) - Static method in class org.fest.assertions.DoubleAssert
Deprecated.
use method Delta.delta(double) instead. This method will be removed in version 2.0.
delta(float) - Static method in class org.fest.assertions.FloatAssert
Deprecated.
use method Delta.delta(double) instead. This method will be removed in version 2.0.
describedAs(String) - Method in class org.fest.assertions.GenericAssert
Alias for GenericAssert.as(String), since "as" is a keyword in Groovy.
describedAs(Description) - Method in class org.fest.assertions.GenericAssert
Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
describedAs(String) - Method in class org.fest.assertions.ThrowableAssert
Alias for GenericAssert.as(String), since "as" is a keyword in Groovy.
describedAs(Description) - Method in class org.fest.assertions.ThrowableAssert
Alias for GenericAssert.as(Description), since "as" is a keyword in Groovy.
description() - Method in class org.fest.assertions.Assert
Returns the description of the actual value in this assertion.
description(String) - Method in class org.fest.assertions.Assert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
description(Description) - Method in class org.fest.assertions.Assert
Sets the description of the actual value, to be used in as message of any AssertionError thrown when an assertion fails.
description() - Method in class org.fest.assertions.Condition
Returns the description of this condition, if any.
Description - Interface in org.fest.assertions
A description of something.
doesNotContain(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String does not contain the given text.
doesNotExist() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File does not exist.
doesNotHaveDuplicates() - Method in class org.fest.assertions.ObjectGroupAssert
Verifies that the actual group of objects does not have duplicates.
doesNotMatch(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String does not match the given one.
doesNotSatisfy(Condition<A>) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value does not satisfy the given condition.
DoubleArrayAssert - Class in org.fest.assertions
Assertions for double arrays.
DoubleArrayAssert(double...) - Constructor for class org.fest.assertions.DoubleArrayAssert
Creates a new DoubleArrayAssert.
DoubleAssert - Class in org.fest.assertions
Assertions for Doubles and doubles.
DoubleAssert(double) - Constructor for class org.fest.assertions.DoubleAssert
Creates a new DoubleAssert.
DoubleAssert(Double) - Constructor for class org.fest.assertions.DoubleAssert
Creates a new DoubleAssert.
DoubleAssert.Delta - Class in org.fest.assertions
Deprecated.
use top-level class Delta instead. This class will be removed in version 2.0.
doubleValue() - Method in class org.fest.assertions.Delta
Returns the value of this delta as a double.

E

endsWith(Object...) - Method in class org.fest.assertions.ListAssert
Verifies that the actual List ends with the given sequence of objects, without any other objects between them.
endsWith(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String ends with the given one.
entry(Object, Object) - Static method in class org.fest.assertions.MapAssert
Creates a new map entry.
equals(Object) - Method in class org.fest.assertions.Assert
excludes(boolean...) - Method in class org.fest.assertions.BooleanArrayAssert
Verifies that the actual boolean array does not contain the given values.
excludes(byte...) - Method in class org.fest.assertions.ByteArrayAssert
Verifies that the actual byte array does not contain the given values.
excludes(char...) - Method in class org.fest.assertions.CharArrayAssert
Verifies that the actual char array does not contain the given values.
excludes(double...) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array does not contain the given values.
excludes(float...) - Method in class org.fest.assertions.FloatArrayAssert
Verifies that the actual float array does not contain the given values.
excludes(int...) - Method in class org.fest.assertions.IntArrayAssert
Verifies that the actual int array does not contain the given values.
excludes(long...) - Method in class org.fest.assertions.LongArrayAssert
Verifies that the actual long array does not contain the given values.
excludes(MapAssert.Entry...) - Method in class org.fest.assertions.MapAssert
Verifies that the actual Map does not contain the given entries.
excludes(Object...) - Method in class org.fest.assertions.ObjectGroupAssert
Verifies that the actual group of objects does not contain the given objects.
excludes(short...) - Method in class org.fest.assertions.ShortArrayAssert
Verifies that the actual short array does not contain the given values.
excludes(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String does not contains the given one.
exists() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File does exist.

F

fail(String, Throwable) - Method in class org.fest.assertions.Assert
Fails by throwing an AssertionError.
fail(String) - Method in class org.fest.assertions.Assert
Fails by throwing an AssertionError.
Fail - Class in org.fest.assertions
Common failures.
Fail() - Constructor for class org.fest.assertions.Fail
This constructor is protected to make it possible to subclass this class.
fail() - Static method in class org.fest.assertions.Fail
Fails with no message.
fail(String, Throwable) - Static method in class org.fest.assertions.Fail
Throws an AssertionError with the given message and with the Throwable that caused the failure.
fail(String) - Static method in class org.fest.assertions.Fail
Fails with the given message.
failIfActualIsNull(String, Description, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the actual value is null.
failIfCustomMessageIsSet() - Method in class org.fest.assertions.Assert
Throws an AssertionError only if the the custom message in this assertion object is not null.
failIfCustomMessageIsSet(Throwable) - Method in class org.fest.assertions.Assert
Throws an AssertionError only if the the custom message in this assertion object is not null.
failIfEqual(String, Description, Object, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the given objects are equal.
failIfNotEqual(String, Description, Object, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if 'actual' is not equal to 'expected'.
failIfNotNull(String, Description, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the given object is not null.
failIfNotSame(String, Description, Object, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the given objects are not the same.
failIfNull(String, Description, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the given object is null.
failIfSame(String, Description, Object, Object) - Static method in class org.fest.assertions.Fail
Throws an AssertionError if the given objects are the same.
failure(String) - Method in class org.fest.assertions.Assert
Creates an AssertionError, adding the description of the actual value to the given message.
failure(String) - Static method in class org.fest.assertions.Fail
Creates a AssertionError with the given message.
failWithMessage(String) - Static method in class org.fest.assertions.Fail
Throws an AssertionError only if the given custom message is not null.
failWithMessage(String, Throwable) - Static method in class org.fest.assertions.Fail
Throws an AssertionError only if the given custom message is not null.
FileAssert - Class in org.fest.assertions
Assertions for File.
FileAssert(File) - Constructor for class org.fest.assertions.FileAssert
Creates a new FileAssert.
FloatArrayAssert - Class in org.fest.assertions
Assertions for float arrays.
FloatArrayAssert(float...) - Constructor for class org.fest.assertions.FloatArrayAssert
Creates a new FloatArrayAssert.
FloatAssert - Class in org.fest.assertions
Assertions for Floats and floats.
FloatAssert(float) - Constructor for class org.fest.assertions.FloatAssert
Creates a new FloatAssert.
FloatAssert(Float) - Constructor for class org.fest.assertions.FloatAssert
Creates a new FloatAssert.
FloatAssert.Delta - Class in org.fest.assertions
Deprecated.
use top-level class Delta instead. This class will be removed in version 2.0.
floatValue() - Method in class org.fest.assertions.Delta
Returns the value of this delta as a float.
format(Description, String) - Static method in class org.fest.assertions.Formatting
Returns the given message formatted as follows:
format(String) - Static method in class org.fest.assertions.Formatting
Formats the given message: if it is null or empty, an empty String is returned, otherwise uses the following format:
format(String, Object...) - Static method in class org.fest.assertions.Formatting
Returns a formatted string using the specified format String and arguments.
formattedErrorMessage(String) - Method in class org.fest.assertions.Assert
Returns the given message formatted as follows:
Formatting - Class in org.fest.assertions
Utility methods for formatting values.
found(Collection<?>, Object...) - Static method in class org.fest.assertions.Collections
Attempts to find the given objects in the given Collection, returning the ones that were found.

G

GenericAssert<S,A> - Class in org.fest.assertions
Template for assertions.
GenericAssert(Class<S>, A) - Constructor for class org.fest.assertions.GenericAssert
Creates a new GenericAssert.
GroupAssert<S,A> - Class in org.fest.assertions
Template for assertions for classes representing groups of values.
GroupAssert(Class<S>, A) - Constructor for class org.fest.assertions.GroupAssert
Creates a new GroupAssert.

H

hasAllElementsOfType(Class<?>) - Method in class org.fest.assertions.ObjectArrayAssert
Verifies that all the elements in the actual Object array belong to the specified type.
hasAtLeastOneElementOfType(Class<?>) - Method in class org.fest.assertions.ObjectArrayAssert
Verifies that at least one element in the actual Object array belong to the specified type.
hashCode() - Method in class org.fest.assertions.Assert
Always returns 1.
hasMessage(String) - Method in class org.fest.assertions.ThrowableAssert
Verifies that the message of the actual Throwable is equal to the given one.
hasNoCause() - Method in class org.fest.assertions.ThrowableAssert
Verifies that the actual Throwable does not have a cause.
hasSameContentAs(File) - Method in class org.fest.assertions.FileAssert
Verifies that the content of the actual File is equal to the content of the given one.
hasSize(long) - Method in class org.fest.assertions.FileAssert
Verifies that the size of the actual File is equal to the given one.
hasSize(int) - Method in class org.fest.assertions.GroupAssert
Verifies that the number of values in the actual group is equal to the given one.
hasSize(Dimension) - Method in class org.fest.assertions.ImageAssert
Verifies that the size of the actual image is equal to the given one.

I

ImageAssert - Class in org.fest.assertions
Assertions for BufferedImages.
ImageAssert(BufferedImage) - Constructor for class org.fest.assertions.ImageAssert
Creates a new ImageAssert.
inBrackets(Object) - Static method in class org.fest.assertions.Formatting
Returns the String representation of the given object in between brackets ("<" and ">").
includes(MapAssert.Entry...) - Method in class org.fest.assertions.MapAssert
Verifies that the actual Map contains the given entries.
Index - Class in org.fest.assertions
An index.
IntArrayAssert - Class in org.fest.assertions
Assertions for int arrays.
IntArrayAssert(int...) - Constructor for class org.fest.assertions.IntArrayAssert
Creates a new IntArrayAssert.
IntAssert - Class in org.fest.assertions
Assertions for Integers and ints.
IntAssert(int) - Constructor for class org.fest.assertions.IntAssert
Creates a new IntAssert.
IntAssert(Integer) - Constructor for class org.fest.assertions.IntAssert
Creates a new IntAssert.
is(Condition<A>) - Method in class org.fest.assertions.GenericAssert
isAbsolute() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File is an absolute path.
isDirectory() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File is a directory.
isEmpty() - Method in class org.fest.assertions.GroupAssert
Verifies that the actual group of values is empty.
isEqualByComparingTo(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is equal to the given one.
isEqualTo(boolean[]) - Method in class org.fest.assertions.BooleanArrayAssert
Verifies that the actual boolean array is equal to the given array.
isEqualTo(boolean) - Method in class org.fest.assertions.BooleanAssert
Verifies that the actual Boolean is equal to the given one.
isEqualTo(byte[]) - Method in class org.fest.assertions.ByteArrayAssert
Verifies that the actual byte array is equal to the given array.
isEqualTo(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is equal to the given one.
isEqualTo(char[]) - Method in class org.fest.assertions.CharArrayAssert
Verifies that the actual char array is equal to the given array.
isEqualTo(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is equal to the given one.
isEqualTo(double[]) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array is equal to the given array.
isEqualTo(double[], Delta) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array is equal to the given array, within a positive delta.
isEqualTo(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is equal to the given one.
isEqualTo(double, DoubleAssert.Delta) - Method in class org.fest.assertions.DoubleAssert
Deprecated.
use method DoubleAssert.isEqualTo(double, org.fest.assertions.Delta) instead. This method will be removed in version 2.0.
isEqualTo(double, Delta) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is equal to the given one, within a positive delta.
isEqualTo(Double, Delta) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is equal to the given one, within a positive delta.
isEqualTo(float[]) - Method in class org.fest.assertions.FloatArrayAssert
Verifies that the actual float array is equal to the given array.
isEqualTo(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is equal to the given one.
isEqualTo(float, FloatAssert.Delta) - Method in class org.fest.assertions.FloatAssert
Deprecated.
use method FloatAssert.isEqualTo(float, org.fest.assertions.Delta) instead. This method will be removed in version 2.0.
isEqualTo(float, Delta) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is equal to the given one, within a positive delta.
isEqualTo(Float, Delta) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is equal to the given one, within a positive delta.
isEqualTo(A) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is equal to the given one.
isEqualTo(BufferedImage) - Method in class org.fest.assertions.ImageAssert
Verifies that the actual image is equal to the given one.
isEqualTo(BufferedImage, Threshold) - Method in class org.fest.assertions.ImageAssert
Verifies that the actual image is equal to the given one.
isEqualTo(int[]) - Method in class org.fest.assertions.IntArrayAssert
Verifies that the actual int array is equal to the given array.
isEqualTo(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is equal to the given one.
isEqualTo(long[]) - Method in class org.fest.assertions.LongArrayAssert
Verifies that the actual long array is equal to the given array.
isEqualTo(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is equal to the given one.
isEqualTo(Object[]) - Method in class org.fest.assertions.ObjectArrayAssert
Verifies that the actual Object array is equal to the given array.
isEqualTo(short[]) - Method in class org.fest.assertions.ShortArrayAssert
Verifies that the actual short array is equal to the given array.
isEqualTo(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is equal to the given one.
isEqualToIgnoringCase(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String is equal to the given one ignoring case.
isExactlyInstanceOf(Class<?>) - Method in class org.fest.assertions.ThrowableAssert
Verifies that the actual Throwable is an instance of the given type.
isFalse() - Method in class org.fest.assertions.BooleanAssert
Verifies that the actual Boolean value is false.
isFile() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File is a regular file.
isGreaterThan(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is greater than the given one.
isGreaterThan(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is greater than the given one.
isGreaterThan(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is greater than the given one.
isGreaterThan(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is greater than the given one.
isGreaterThan(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is greater than the given one.
isGreaterThan(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is greater than the given one.
isGreaterThan(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is greater than the given one.
isGreaterThan(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is greater than the given one.
isGreaterThanOrEqualTo(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is greater or equal to the given one.
isGreaterThanOrEqualTo(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is greater or equal to the given one.
isGreaterThanOrEqualTo(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is greater than or equal to the given one.
isGreaterThanOrEqualTo(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is greater or equal to the given one.
isGreaterThanOrEqualTo(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is greater or equal to the given one.
isGreaterThanOrEqualTo(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is greater or equal to the given one.
isGreaterThanOrEqualTo(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is greater or equal to the given one.
isGreaterThanOrEqualTo(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is greater or equal to the given one.
isIn(Object...) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is in the given values.
isIn(Collection<?>) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is in the given collection.
isInstanceOf(Class<?>) - Method in class org.fest.assertions.ObjectAssert
Verifies that the actual Object is an instance of the given type.
isInstanceOf(Class<? extends Throwable>) - Method in class org.fest.assertions.ThrowableAssert
Verifies that the actual Throwable is an instance of the given type.
isInstanceOfAny(Class<?>...) - Method in class org.fest.assertions.ObjectAssert
Verifies that the actual Object is an instance of any of the given types.
isLessThan(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is less than the given one.
isLessThan(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is less than the given one.
isLessThan(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is less than the given one.
isLessThan(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is less than the given one.
isLessThan(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is less than the given one.
isLessThan(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is less than the given one.
isLessThan(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is less than the given one.
isLessThan(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is less than the given one.
isLessThanOrEqualTo(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is less or equal to the given one.
isLessThanOrEqualTo(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is less or equal to the given one.
isLessThanOrEqualTo(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is less than or equal to the given one.
isLessThanOrEqualTo(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is less or equal to the given one.
isLessThanOrEqualTo(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is less or equal to the given one.
isLessThanOrEqualTo(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is less or equal to the given one.
isLessThanOrEqualTo(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is less or equal to the given one.
isLessThanOrEqualTo(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is less or equal to the given one.
isLowerCase() - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is an lower-case value.
isNaN() - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is equal to Double.NaN.
isNaN() - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is equal to Float.NaN.
isNegative() - Method in class org.fest.assertions.BigDecimalAssert
Verifies that the actual BigDecimal is negative.
isNegative() - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is negative.
isNegative() - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is negative.
isNegative() - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is negative.
isNegative() - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is negative.
isNegative() - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is negative.
isNegative() - Method in interface org.fest.assertions.NumberAssert
Verifies that the actual number is negative.
isNegative() - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is negative.
isNot(Condition<A>) - Method in class org.fest.assertions.GenericAssert
isNotEmpty() - Method in class org.fest.assertions.GroupAssert
Verifies that the actual group contains at least on value.
isNotEqualByComparingTo(T) - Method in class org.fest.assertions.ComparableAssert
Verifies that the actual Comparable is not equal to the given one.
isNotEqualTo(boolean[]) - Method in class org.fest.assertions.BooleanArrayAssert
Verifies that the actual boolean array is not equal to the given array.
isNotEqualTo(boolean) - Method in class org.fest.assertions.BooleanAssert
Verifies that the actual Boolean is not equal to the given one.
isNotEqualTo(byte[]) - Method in class org.fest.assertions.ByteArrayAssert
Verifies that the actual byte array is not equal to the given array.
isNotEqualTo(byte) - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is not equal to the given one.
isNotEqualTo(char[]) - Method in class org.fest.assertions.CharArrayAssert
Verifies that the actual char array is not equal to the given array.
isNotEqualTo(char) - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is not equal to the given one.
isNotEqualTo(double[]) - Method in class org.fest.assertions.DoubleArrayAssert
Verifies that the actual double array is not equal to the given array.
isNotEqualTo(double) - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is not equal to the given one.
isNotEqualTo(float[]) - Method in class org.fest.assertions.FloatArrayAssert
Verifies that the actual float array is not equal to the given array.
isNotEqualTo(float) - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is not equal to the given one.
isNotEqualTo(A) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is not equal to the given one.
isNotEqualTo(BufferedImage) - Method in class org.fest.assertions.ImageAssert
Verifies that the actual image is not equal to the given one.
isNotEqualTo(int[]) - Method in class org.fest.assertions.IntArrayAssert
Verifies that the actual int array is not equal to the given array.
isNotEqualTo(int) - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is not equal to the given one.
isNotEqualTo(long[]) - Method in class org.fest.assertions.LongArrayAssert
Verifies that the actual long array is not equal to the given array.
isNotEqualTo(long) - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is not equal to the given one.
isNotEqualTo(Object[]) - Method in class org.fest.assertions.ObjectArrayAssert
Verifies that the actual Object array is not equal to the given array.
isNotEqualTo(short[]) - Method in class org.fest.assertions.ShortArrayAssert
Verifies that the actual short array is not equal to the given array.
isNotEqualTo(short) - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is not equal to the given one.
isNotIn(Object...) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is in the given values.
isNotIn(Collection<?>) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is in the given collection.
isNotNull() - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is not null.
isNotSameAs(A) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is not the same as the given one.
isNotZero() - Method in class org.fest.assertions.BigDecimalAssert
Verifies that the actual BigDecimal is not equal to zero, regardless of precision.
isNull() - Method in class org.fest.assertions.GenericAssert
Asserts that the actual value (specified in the constructor of this class) is null.
isNullOrEmpty() - Method in class org.fest.assertions.GroupAssert
Verifies that the actual group of values is null or empty.
isPositive() - Method in class org.fest.assertions.BigDecimalAssert
Verifies that the actual BigDecimal is positive.
isPositive() - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is positive.
isPositive() - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is positive.
isPositive() - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is positive.
isPositive() - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is positive.
isPositive() - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is positive.
isPositive() - Method in interface org.fest.assertions.NumberAssert
Verifies that the actual number is positive.
isPositive() - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is positive.
isRelative() - Method in class org.fest.assertions.FileAssert
Verifies that the actual File is a relative path.
isSameAs(A) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value is the same as the given one.
isTrue() - Method in class org.fest.assertions.BooleanAssert
Verifies that the actual Boolean value is true.
isUpperCase() - Method in class org.fest.assertions.CharAssert
Verifies that the Character value is an upper-case value.
isZero() - Method in class org.fest.assertions.BigDecimalAssert
Verifies that the actual BigDecimal is equal to zero, regardless of precision.
isZero() - Method in class org.fest.assertions.ByteAssert
Verifies that the actual Byte value is equal to zero.
isZero() - Method in class org.fest.assertions.DoubleAssert
Verifies that the actual Double is equal to zero.
isZero() - Method in class org.fest.assertions.FloatAssert
Verifies that the actual Float is equal to zero.
isZero() - Method in class org.fest.assertions.IntAssert
Verifies that the actual Integer is equal to zero.
isZero() - Method in class org.fest.assertions.LongAssert
Verifies that the actual Long is equal to zero.
isZero() - Method in interface org.fest.assertions.NumberAssert
Verifies that the actual number is equal to zero.
isZero() - Method in class org.fest.assertions.ShortAssert
Verifies that the actual Short is equal to zero.
ItemGroupAssert<S,A> - Class in org.fest.assertions
Template for assertions for groups of items (e.g.
ItemGroupAssert(Class<S>, A) - Constructor for class org.fest.assertions.ItemGroupAssert
Creates a new ItemGroupAssert.
IteratorAssert - Class in org.fest.assertions
Assertions for Iterators.
IteratorAssert(Iterator<?>) - Constructor for class org.fest.assertions.IteratorAssert
Creates a new IteratorAssert.

L

ListAssert - Class in org.fest.assertions
Assertions for Lists.
ListAssert(List<?>) - Constructor for class org.fest.assertions.ListAssert
Creates a new ListAssert.
LongArrayAssert - Class in org.fest.assertions
Assertions for long arrays.
LongArrayAssert(long...) - Constructor for class org.fest.assertions.LongArrayAssert
Creates a new LongArrayAssert.
LongAssert - Class in org.fest.assertions
Assertions for Longs and longs.
LongAssert(long) - Constructor for class org.fest.assertions.LongAssert
Creates a new LongAssert.
LongAssert(Long) - Constructor for class org.fest.assertions.LongAssert
Creates a new LongAssert.

M

MapAssert - Class in org.fest.assertions
Assertions for Maps.
MapAssert(Map<?, ?>) - Constructor for class org.fest.assertions.MapAssert
Creates a new MapAssert.
MapAssert.Entry - Class in org.fest.assertions
An entry in a Map.
matches(T) - Method in class org.fest.assertions.Condition
Verifies that the given value satisfies this condition.
matches(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String matches the given one.
myself - Variable in class org.fest.assertions.GenericAssert
 

N

notFound(Collection<?>, Object...) - Static method in class org.fest.assertions.Collections
Attempts to find the given objects in the given Collection, returning the ones that were not found.
NumberAssert - Interface in org.fest.assertions
Template for assertions for numbers (primitives and objects.)

O

ObjectArrayAssert - Class in org.fest.assertions
Assertions for Object arrays.
ObjectArrayAssert(Object...) - Constructor for class org.fest.assertions.ObjectArrayAssert
Creates a new ObjectArrayAssert.
ObjectAssert - Class in org.fest.assertions
Assertions for Objects.
ObjectAssert(Object) - Constructor for class org.fest.assertions.ObjectAssert
Creates a new ObjectAssert.
ObjectGroupAssert<S,A> - Class in org.fest.assertions
Template for assertions for arrays or collections.
ObjectGroupAssert(Class<S>, A) - Constructor for class org.fest.assertions.ObjectGroupAssert
Creates a new ObjectGroupAssert.
onProperty(String) - Method in class org.fest.assertions.CollectionAssert
Creates a new instance of CollectionAssert whose target collection contains the values of the given property name from the elements of this CollectionAssert's collection.
onProperty(String) - Method in class org.fest.assertions.IteratorAssert
Creates a new group of objects whose target collection contains the values of the given property name from the elements of the actual group of objects.
onProperty(String) - Method in class org.fest.assertions.ListAssert
Creates a new instance of ListAssert whose target list contains the values of the given property name from the elements of this ListAssert's list.
onProperty(String) - Method in class org.fest.assertions.ObjectArrayAssert
Creates a new instance of ObjectArrayAssert whose target array contains the values of the given property name from the elements of this ObjectArrayAssert's array.
onProperty(String) - Method in class org.fest.assertions.ObjectGroupAssert
Creates a new group of objects whose target collection contains the values of the given property name from the elements of the actual group of objects.
org.fest.assertions - package org.fest.assertions
Assertion methods bound to the type they apply.
overridingErrorMessage(String) - Method in class org.fest.assertions.GenericAssert
Replaces the default message displayed in case of a failure with the given one.
overridingErrorMessage(String) - Method in class org.fest.assertions.ThrowableAssert
Replaces the default message displayed in case of a failure with the given one.

R

rawDescription() - Method in class org.fest.assertions.Assert
Returns the description of the actual value in this assertion.
read(String) - Static method in class org.fest.assertions.ImageAssert
Reads the image in the specified path.
replaceDefaultErrorMessagesWith(String) - Method in class org.fest.assertions.Assert
Specifies the message to use in case of a failure, replacing the default one.

S

satisfies(Condition<A>) - Method in class org.fest.assertions.GenericAssert
Verifies that the actual value satisfies the given condition.
ShortArrayAssert - Class in org.fest.assertions
Assertions for short arrays.
ShortArrayAssert(short...) - Constructor for class org.fest.assertions.ShortArrayAssert
Creates a new ShortArrayAssert.
ShortAssert - Class in org.fest.assertions
Assertions for Shorts and shorts.
ShortAssert(short) - Constructor for class org.fest.assertions.ShortAssert
Creates a new ShortAssert.
ShortAssert(Short) - Constructor for class org.fest.assertions.ShortAssert
Creates a new ShortAssert.
sizeOf(Object) - Static method in class org.fest.assertions.ArrayInspection
Returns the size of the given array.
startsWith(Object...) - Method in class org.fest.assertions.ListAssert
Verifies that the actual List starts with the given sequence of objects, without any other objects between them.
startsWith(String) - Method in class org.fest.assertions.StringAssert
Verifies that the actual String starts with the given one.
StringAssert - Class in org.fest.assertions
Assertions for Strings.
StringAssert(String) - Constructor for class org.fest.assertions.StringAssert
Creates a new StringAssert.

T

Threshold - Class in org.fest.assertions
A threshold.
threshold(int) - Static method in class org.fest.assertions.Threshold
Creates a new Threshold.
ThrowableAssert - Class in org.fest.assertions
Assertions for Throwable.
ThrowableAssert(Throwable) - Constructor for class org.fest.assertions.ThrowableAssert
Creates a new ThrowableAssert.
toList(Object) - Static method in class org.fest.assertions.ArrayInspection
Copies the contents of the given array into a list.
toSet(Object) - Static method in class org.fest.assertions.ArrayInspection
Copies the contents of the given array into a list.
toString() - Method in class org.fest.assertions.MapAssert.Entry
 

V

validateIsNotNull(Object[]) - Method in class org.fest.assertions.ItemGroupAssert
Validates that the given array of objects is not null.
value() - Method in class org.fest.assertions.BasicDescription
 
value() - Method in class org.fest.assertions.Delta
Deprecated.
use Delta.doubleValue() instead.
value() - Method in interface org.fest.assertions.Description
Returns the value of this description.
value() - Method in class org.fest.assertions.Index
Returns the value of this index.
value() - Method in class org.fest.assertions.Threshold
 
valueOf(Description) - Static method in class org.fest.assertions.Formatting
Returns the value of the given Description.
A B C D E F G H I L M N O R S T V 

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