
------
 $Id: README,v 1.4 2000/08/16 21:36:45 stevek Exp $
------

The unit tests found in this directory check the operation of the classes
defined in the com.eventfs namespace.

The MD-components (program or kernel module) setup the following EventFS tree
for use by the unit test modules:

Group: java event test
       |
       +---- Type: null
       +---- Type: periodic
       +---- Type: random
       |
       +---- Stream: raw
       |     |
       |     +---- Type: null
       |     +---- Type: periodic
       |     +---- Type: random
       |
       +---- Stream: timed
       |     |
       |     +---- Type: periodic
       |     +---- Type: random
       |
       +---- Stream: random
       |     |
       |     +---- Type: random
       |
       +---- Stream: periodic
             |
             +---- Type: periodic


The following tests are performed on the aforementioned EventFS tree:

TestEventManager      -
TestEventTypeTable    -
TestEventGroup        -
TestEventStream       -
TestEventCreation     -
TestEventDistribution -
TestEventStreamThread -

