- 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
-
- 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
-
- assertThat(boolean) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Boolean) - Static method in class org.fest.assertions.Assertions
-
- assertThat(boolean[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(BufferedImage) - Static method in class org.fest.assertions.Assertions
-
- assertThat(byte) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Byte) - Static method in class org.fest.assertions.Assertions
-
- assertThat(byte[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(char) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Character) - Static method in class org.fest.assertions.Assertions
-
- assertThat(char[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Collection<?>) - Static method in class org.fest.assertions.Assertions
-
- assertThat(List<?>) - Static method in class org.fest.assertions.Assertions
-
- assertThat(double) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Double) - Static method in class org.fest.assertions.Assertions
-
- assertThat(double[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(File) - Static method in class org.fest.assertions.Assertions
-
- assertThat(float) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Float) - Static method in class org.fest.assertions.Assertions
-
- assertThat(float[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(int) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Integer) - Static method in class org.fest.assertions.Assertions
-
- assertThat(int[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Iterable<?>) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Iterator<?>) - Static method in class org.fest.assertions.Assertions
-
- assertThat(long) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Long) - Static method in class org.fest.assertions.Assertions
-
- assertThat(long[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Map<?, ?>) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Object) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Object[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(short) - Static method in class org.fest.assertions.Assertions
-
- assertThat(Short) - Static method in class org.fest.assertions.Assertions
-
- assertThat(short[]) - Static method in class org.fest.assertions.Assertions
-
- assertThat(String) - Static method in class org.fest.assertions.Assertions
-
- assertThat(T) - Static method in class org.fest.assertions.Assertions
-
Returns the given assertion.
- assertThat(Throwable) - Static method in class org.fest.assertions.Assertions
-
- atIndex(int) - Static method in class org.fest.assertions.Index
-
- ImageAssert - Class in org.fest.assertions
-
- ImageAssert(BufferedImage) - Constructor for class org.fest.assertions.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
-
- IntAssert - Class in org.fest.assertions
-
Assertions for Integers and ints.
- IntAssert(int) - Constructor for class org.fest.assertions.IntAssert
-
- IntAssert(Integer) - Constructor for class org.fest.assertions.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- IteratorAssert - Class in org.fest.assertions
-
- IteratorAssert(Iterator<?>) - Constructor for class org.fest.assertions.IteratorAssert
-