Class and Description |
---|
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.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.