| org.jfree.util.junit.ObjectTableTests
ObjectTableTests | public class ObjectTableTests extends TestCase (Code) | | Tests for the
ObjectTable class.
|
Inner Class :public class TObjectTable extends ObjectTable | |
Method Summary | |
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. |
ObjectTableTests | public ObjectTableTests(String name)(Code) | | Constructs a new set of tests.
Parameters: name - the name of the tests. |
suite | public static Test suite()(Code) | | Returns the tests as a test suite.
The test suite. |
testCreate | public void testCreate()(Code) | | When an ObjectTable is created, it should be empty and return null for all lookups.
|
testSetObject1 | public void testSetObject1()(Code) | | When an object is added to the table outside the current bounds, the table
should resize automatically.
|
|
|