Package | Description |
---|---|
student |
This package provides classes written for use in introductory
computer science courses.
|
Class and Description |
---|
DataTable
A database table or spreadsheet-like abstraction that consists of
rows, each of which has an unordered collection of columns.
|
DataTable.Row
This interface defines the model used for each row in the table.
|
GUITestCase
This class provides enhancements to
TestCase to support
testing of custom Swing components, panels, and main programs
with graphical user interfaces (GUIs). |
TestCase
This class provides some customized behavior beyond the basics of
TestCase to support testing of I/O driven
programs and flexible/fuzzy comparison of strings. |