Package org.fest.util

General-purpose utilities used by FEST modules.

See:
          Description

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

Class Summary
Arrays Utility methods related to arrays.
Closeables Utility methods related to Closeable.
Collections Utility methods related to collections.
Dates  
Files Utility methods related to files.
Flushables Utility methods related to Flushable.
Introspection Utility methods related to JavaBeans Introspection.
Maps Utility methods related to maps.
Objects Utility methods related to objects.
StackTraces Utility methods related to stack traces.
Strings Utility methods related to Strings.
Strings.StringsToJoin Knows how to join Strings 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.
Systems System-related utilities.
Throwables Utility methods related to Throwables.
ToString Obtains the toString representation of an object.
TypeFilter<T> Filters elements of a collection by their data type.
 

Exception Summary
FilesException Exception thrown by Files.
IntrospectionError Error that occurred when using JavaBeans Instrospection.
 

Annotation Types Summary
VisibleForTesting 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.