| java.lang.Object org.jfree.chart.junit.TestUtilities
TestUtilities | public class TestUtilities (Code) | | Some utility methods for use by the testing code.
|
Method Summary | |
public static boolean | containsInstanceOf(Collection collection, Class c) Returns true if the collections contains any object that
is an instance of the specified class, and false otherwise.
Parameters: collection - the collection. Parameters: c - the class. |
containsInstanceOf | public static boolean containsInstanceOf(Collection collection, Class c)(Code) | | Returns true if the collections contains any object that
is an instance of the specified class, and false otherwise.
Parameters: collection - the collection. Parameters: c - the class. A boolean. |
|
|