Save This Page
Home » jcommon-1.0.13 » org.jfree.util.junit » [javadoc | source]
org.jfree.util.junit
public class: ObjectTableTests [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.jfree.util.junit.ObjectTableTests
Tests for the ObjectTable class.
Nested Class Summary:
public class  ObjectTableTests.TObjectTable  Basic object table. 
Constructor:
 public ObjectTableTests(String name) 
    Constructs a new set of tests.
    Parameters:
    name - the name of the tests.
Method from org.jfree.util.junit.ObjectTableTests Summary:
suite,   testCreate,   testSetObject1
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.util.junit.ObjectTableTests Detail:
 public static Test suite() 
    Returns the tests as a test suite.
 public  void testCreate() 
    When an ObjectTable is created, it should be empty and return null for all lookups.
 public  void testSetObject1() 
    When an object is added to the table outside the current bounds, the table should resize automatically.