Package org.fest.assertions.internal
package org.fest.assertions.internal
-
ClassDescriptionBase implementation of
ComparisonStrategy
contract.Reusable assertions for
s.BigDecimal
Compares the binary content of two streams.Value class to hold the result of comparing two binary streams.Reusable assertions for arrays ofboolean
s.Reusable assertions for
s.Boolean
Reusable assertions for arrays ofbyte
s.Reusable assertions for
s.Byte
Reusable assertions for
s.Character
Reusable assertions for arrays ofchar
s.Reusable assertions for
s.Comparable
ImplementsComparisonStrategy
contract with a comparison strategy based on aComparator
.Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order
- knowing if an object belongs to a group of objects (collection/array)
- determining duplicates in a group of objects (collection/array)
- string specific comparisonVerifies that a value satisfies a
.Condition
Reusable assertions for
s.Date
Compares the contents of two files or two streams.Reusable assertions for arrays ofdouble
s.Reusable assertions for
s.Double
Failure actions.Reusable assertions for
s.File
Reusable assertions for arrays offloat
s.Reusable assertions for
s.Float
Reusable assertions for
s.InputStream
Exception thrown by
.InputStreams
Reusable assertions for arrays ofint
s.Reusable assertions for
s.Integer
Reusable assertions for
s.Iterable
Reusable assertions for
s.List
Reusable assertions for arrays oflong
s.Reusable assertions for
s.Long
Reusable assertions for
s.Map
Numbers<NUMBER extends Comparable<NUMBER>>Base class of reusable assertions for numbers.Reusable assertions for arrays of objects.Reusable assertions forObject
s.Utility methods for properties access.RealNumbers<NUMBER extends Comparable<NUMBER>>Base class of reusable assertions for real numbers (float and double).Reusable assertions for arrays ofshort
s.Reusable assertions for
s.Short
ImplementsComparisonStrategy
contract with a comparison strategy based onObject.equals(Object)
method, it is also based onComparable.compareTo(Object)
when Object areComparable
method.Reusable assertions for
s.String
Reusable assertions for
s.Throwable