Package org.fest.util

General-purpose utilities used by FEST modules.

See:
          Description

Interface Summary
CollectionFilter<T> Understands a filter for elements in a collection.
 

Class Summary
Arrays Understands utility methods related to arrays.
Closeables Understands utility methods related to Closeable.
Collections Understands utility methods related to collections.
Files Understands utility methods related to files.
Flushables Understands utility methods related to Flushable.
Maps Understands utility methods related to maps.
Objects Understands utility methods related to objects.
StackTraces Understands utility methods related to stack traces.
Strings Understands utility methods related to Strings.
Strings.StringsToJoin Understands how to join Strings using a given delimiter.
Strings.StringToAppend Understands how to append a given String to the given target, only if the target does not end with the given String to append.
Systems Understands system-related utilities.
Throwables Understands utility methods related to Throwables.
TypeFilter<T> Understands filtering elements of a collection by their data type.
 

Exception Summary
FilesException Understands an exception thrown by Files.
 

Annotation Types Summary
VisibleForTesting Understands an annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.
 

Package org.fest.util Description

General-purpose utilities used by FEST modules.



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