This file describes what the various directories within control/test/src are for and what to put where. Controls test are made up of four parts. * controls This are examples of controls used for excercising different features of the controls framework. * drivers Drivers are POJOs which contain the test code which execises the controls and report results. * units These are the JUnit files which either instantiate and utilize a driver directly or which access a JPF or JWS whith instantiates the driver and runs the test. * auxilaries Auxilary files are things like Checkers. Checkers must be compiled *before* the clients that will need them are built. Files in 'aux' should not contain any dependencies on files which are outside of the aux src tree.