Package testing

Testing package for students in CS-2510.

See:
          Description

Class Summary
Examples The parent of Example/Test classes.
 

Package testing Description

Testing package for students in CS-2510. The important class is Examples, which supports the implementation of tests. The tests are run automatically, when a main method is setup appropriately. See the page for Examples for an example.