|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in org.fest.util used by org.fest.util | |
---|---|
AbstractComparisonStrategy
Base implementation of ComparisonStrategy contract. |
|
CollectionFilter
Filter for elements in a collection. |
|
ComparisonStrategy
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 comparison |
|
StackTraces
Utility methods related to stack traces. |
|
StandardComparisonStrategy
Implements ComparisonStrategy contract with a comparison strategy based on Object.equals(Object)
method, it is also based on Comparable.compareTo(Object) when Object are Comparable method. |
|
Strings.StringsToJoin
Knows how to join String s using a given delimiter. |
|
Strings.StringToAppend
Knows how to append a given String to the given target, only if the target does not end with the
given String to append. |
|
TypeFilter
Filters elements of a collection by their data type. |
|
VisibleForTesting
Indicates that the visibility of a type or member has been relaxed to make the code testable. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |